#18850C

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

Shades of Forest Green #18850C

Tints of Forest Green #18850C

Color information

#18850C (or 0x18850C) is unknown color: approx Forest Green. HEX triplet: 18, 85 and 0C. RGB value is (24,133,12). Sum of RGB (Red+Green+Blue) = 24+133+12=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #18850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18850C is #E77AF3. Grayscale: #565656. Windows color (decimal): -15170292 or 820504. OLE color: 820504.

HSL color Cylindrical-coordinate representation of color #18850C: hue angle of 114.05º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18850C is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB2413312-
CMYK0.8200.910.48
HSL114.05º83.45%28.43%-
HSV(B)114.05º90.98%52.16%-
XYZ8.83173.16-
YUV86.6285.8983.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 133 (52.34% from 255) = 78.70%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=14.20%
G=78.70%
B=7.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24133120.8200.910.48114.0583.4528.43
Hex1885C5205B3072531c
Octal302051412201336016212334
Binary110001000010111001010010010110111100001110010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18850C; }

 p { color: rgb(24,133,12); }

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

<style>
 a { background-color: #18850C; }

 a { background-color: rgb(24,133,12); }

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

<style>
 span { border-color: #18850C; }

 span { border-color: rgb(24,133,12); }

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