#1B982B

Color #1B982B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1B982B

Tints of Forest Green #1B982B

Color information

#1B982B (or 0x1B982B) is unknown color: approx Forest Green. HEX triplet: 1B, 98 and 2B. RGB value is (27,152,43). Sum of RGB (Red+Green+Blue) = 27+152+43=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 152 (59.77% from 255 or 68.47% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 152 - color contains mainly: green. Hex color #1B982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B982B is #E467D4. Grayscale: #666666. Windows color (decimal): -14968789 or 2856987. OLE color: 2856987.

HSL color Cylindrical-coordinate representation of color #1B982B: hue angle of 127.68º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B982B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB2715243-
CMYK0.8200.720.40
HSL127.68º69.83%35.1%-
HSV(B)127.68º82.24%59.61%-
XYZ12.1222.866.06-
YUV102.294.5974.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 12.16%
GREEN value IS 152 (59.77% from 255) = 68.47%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=12.16%
G=68.47%
B=19.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal27152430.8200.720.40127.6869.8335.1
Hex1B982B5204828804623
Octal332305312201105020010643
Binary1101110011000101011101001001001000101000100000001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B982B; }

 p { color: rgb(27,152,43); }

 H1.HeaderClassName
 {
   color: #1B982B;
 }
 .AnyTagClassName
 {
   color: #1B982B;
 }
</style>
background-color css

<style>
 a { background-color: #1B982B; }

 a { background-color: rgb(27,152,43); }

 div.DivClassName
 {
   background-color: #1B982B;
 }
 .BgClassName
 {
   background-color: #1B982B;
 }
</style>
border-color css

<style>
 span { border-color: #1B982B; }

 span { border-color: rgb(27,152,43); }

 td.TdClassName
 {
   border-color: #1B982B;
 }
 .TagClassName
 {
   border-color: #1B982B;
 }
</style>