#18850E

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

Shades of Forest Green #18850E

Tints of Forest Green #18850E

Color information

#18850E (or 0x18850E) is unknown color: approx Forest Green. HEX triplet: 18, 85 and 0E. RGB value is (24,133,14). Sum of RGB (Red+Green+Blue) = 24+133+14=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #18850E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18850E is #E77AF1. Grayscale: #575757. Windows color (decimal): -15170290 or 951576. OLE color: 951576.

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

Color convert

RGB2413314-
CMYK0.8200.890.48
HSL114.96º80.95%28.82%-
HSV(B)114.96º89.47%52.16%-
XYZ8.84173.23-
YUV86.8486.8983.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 133 (52.34% from 255) = 77.78%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=14.04%
G=77.78%
B=8.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24133140.8200.890.48114.9680.9528.82
Hex1885E520593073511d
Octal302051612201316016312135
Binary110001000010111101010010010110011100001110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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