#18880F

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

Shades of Forest Green #18880F

Tints of Forest Green #18880F

Color information

#18880F (or 0x18880F) is unknown color: approx Forest Green. HEX triplet: 18, 88 and 0F. RGB value is (24,136,15). Sum of RGB (Red+Green+Blue) = 24+136+15=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 136 (53.52% from 255 or 77.71% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 136 - color contains mainly: green. Hex color #18880F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18880F is #E777F0. Grayscale: #595959. Windows color (decimal): -15169521 or 1017880. OLE color: 1017880.

HSL color Cylindrical-coordinate representation of color #18880F: hue angle of 115.54º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18880F is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB2413615-
CMYK0.8200.890.47
HSL115.54º80.13%29.61%-
HSV(B)115.54º88.97%53.33%-
XYZ9.2717.843.41-
YUV88.7286.3981.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 136 (53.52% from 255) = 77.71%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=13.71%
G=77.71%
B=8.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24136150.8200.890.47115.5480.1329.61
Hex1888F520592F74501e
Octal302101712201315716412036
Binary110001000100011111010010010110011011111110100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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