#18880D

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

Shades of Forest Green #18880D

Tints of Forest Green #18880D

Color information

#18880D (or 0x18880D) is unknown color: approx Forest Green. HEX triplet: 18, 88 and 0D. RGB value is (24,136,13). Sum of RGB (Red+Green+Blue) = 24+136+13=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 136 (53.52% from 255 or 78.61% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 136 - color contains mainly: green. Hex color #18880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18880D is #E777F2. Grayscale: #585858. Windows color (decimal): -15169523 or 886808. OLE color: 886808.

HSL color Cylindrical-coordinate representation of color #18880D: hue angle of 114.63º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18880D is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB2413613-
CMYK0.8200.900.47
HSL114.63º82.55%29.22%-
HSV(B)114.63º90.44%53.33%-
XYZ9.2517.833.33-
YUV88.4985.3982-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 136 (53.52% from 255) = 78.61%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=13.87%
G=78.61%
B=7.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24136130.8200.900.47114.6382.5529.22
Hex1888D5205A2F73531d
Octal302101512201325716312335
Binary110001000100011011010010010110101011111110011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18880D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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