#18810D

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

Shades of Forest Green #18810D

Tints of Forest Green #18810D

Color information

#18810D (or 0x18810D) is unknown color: approx Forest Green. HEX triplet: 18, 81 and 0D. RGB value is (24,129,13). Sum of RGB (Red+Green+Blue) = 24+129+13=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 129 (50.78% from 255 or 77.71% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 129 - color contains mainly: green. Hex color #18810D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18810D is #E77EF2. Grayscale: #545454. Windows color (decimal): -15171315 or 885016. OLE color: 885016.

HSL color Cylindrical-coordinate representation of color #18810D: hue angle of 114.31º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18810D is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB2412913-
CMYK0.8100.900.49
HSL114.31º81.69%27.84%-
HSV(B)114.31º89.92%50.59%-
XYZ8.315.923.02-
YUV84.3887.7184.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 129 (50.78% from 255) = 77.71%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=14.46%
G=77.71%
B=7.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24129130.8100.900.49114.3181.6927.84
Hex1881D5105A3172521c
Octal302011512101326116212234
Binary110001000000111011010001010110101100011110010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18810D; }

 p { color: rgb(24,129,13); }

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

<style>
 a { background-color: #18810D; }

 a { background-color: rgb(24,129,13); }

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

<style>
 span { border-color: #18810D; }

 span { border-color: rgb(24,129,13); }

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