#18851D

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

Shades of Forest Green #18851D

Tints of Forest Green #18851D

Color information

#18851D (or 0x18851D) is unknown color: approx Forest Green. HEX triplet: 18, 85 and 1D. RGB value is (24,133,29). Sum of RGB (Red+Green+Blue) = 24+133+29=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #18851D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18851D is #E77AE2. Grayscale: #585858. Windows color (decimal): -15170275 or 1934616. OLE color: 1934616.

HSL color Cylindrical-coordinate representation of color #18851D: hue angle of 122.75º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18851D is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB2413329-
CMYK0.8200.780.48
HSL122.75º69.43%30.78%-
HSV(B)122.75º81.95%52.16%-
XYZ8.9917.063.98-
YUV88.5594.3981.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 133 (52.34% from 255) = 71.51%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=12.90%
G=71.51%
B=15.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24133290.8200.780.48122.7569.4330.78
Hex18851D5204E307b451f
Octal302053512201166017310537
Binary1100010000101111011010010010011101100001111011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18851D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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