#1B8A06

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

Shades of Forest Green #1B8A06

Tints of Forest Green #1B8A06

Color information

#1B8A06 (or 0x1B8A06) is unknown color: approx Forest Green. HEX triplet: 1B, 8A and 06. RGB value is (27,138,6). Sum of RGB (Red+Green+Blue) = 27+138+6=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 138 (54.30% from 255 or 80.70% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 138 - color contains mainly: green. Hex color #1B8A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B8A06 is #E475F9. Grayscale: #5A5A5A. Windows color (decimal): -14972410 or 428571. OLE color: 428571.

HSL color Cylindrical-coordinate representation of color #1B8A06: hue angle of 110.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B8A06 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB271386-
CMYK0.8000.960.46
HSL110.45º91.67%28.24%-
HSV(B)110.45º95.65%54.12%-
XYZ9.5718.423.22-
YUV89.7680.7383.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.79%
GREEN value IS 138 (54.30% from 255) = 80.70%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=15.79%
G=80.70%
B=3.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2713860.8000.960.46110.4591.6728.24
Hex1B8A6500602E6e5c1c
Octal33212612001405615613434
Binary11011100010101101010000011000001011101101110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,138,6); }

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

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

 a { background-color: rgb(27,138,6); }

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

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

 span { border-color: rgb(27,138,6); }

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