#18820E

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

Shades of Forest Green #18820E

Tints of Forest Green #18820E

Color information

#18820E (or 0x18820E) is unknown color: approx Forest Green. HEX triplet: 18, 82 and 0E. RGB value is (24,130,14). Sum of RGB (Red+Green+Blue) = 24+130+14=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #18820E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18820E is #E77DF1. Grayscale: #555555. Windows color (decimal): -15171058 or 950808. OLE color: 950808.

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

Color convert

RGB2413014-
CMYK0.8200.890.49
HSL114.83º80.56%28.24%-
HSV(B)114.83º89.23%50.98%-
XYZ8.4416.193.1-
YUV85.0887.8884.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 130 (51.17% from 255) = 77.38%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=14.29%
G=77.38%
B=8.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24130140.8200.890.49114.8380.5628.24
Hex1882E520593173511c
Octal302021612201316116312134
Binary110001000001011101010010010110011100011110011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18820E; }

 p { color: rgb(24,130,14); }

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

<style>
 a { background-color: #18820E; }

 a { background-color: rgb(24,130,14); }

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

<style>
 span { border-color: #18820E; }

 span { border-color: rgb(24,130,14); }

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