#1B8318

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

Shades of Forest Green #1B8318

Tints of Forest Green #1B8318

Color information

#1B8318 (or 0x1B8318) is unknown color: approx Forest Green. HEX triplet: 1B, 83 and 18. RGB value is (27,131,24). Sum of RGB (Red+Green+Blue) = 27+131+24=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #1B8318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B8318 is #E47CE7. Grayscale: #585858. Windows color (decimal): -14974184 or 1606427. OLE color: 1606427.

HSL color Cylindrical-coordinate representation of color #1B8318: hue angle of 118.32º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8318 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB2713124-
CMYK0.7900.820.49
HSL118.32º69.03%30.39%-
HSV(B)118.32º81.68%51.37%-
XYZ8.7316.533.59-
YUV87.7192.0484.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.84%
GREEN value IS 131 (51.56% from 255) = 71.98%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=14.84%
G=71.98%
B=13.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27131240.7900.820.49118.3269.0330.39
Hex1B83184F0523176451e
Octal332033011701226116610536
Binary1101110000011110001001111010100101100011110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,131,24); }

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

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

 a { background-color: rgb(27,131,24); }

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

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

 span { border-color: rgb(27,131,24); }

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