#18950E

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

Shades of Forest Green #18950E

Tints of Forest Green #18950E

Color information

#18950E (or 0x18950E) is unknown color: approx Forest Green. HEX triplet: 18, 95 and 0E. RGB value is (24,149,14). Sum of RGB (Red+Green+Blue) = 24+149+14=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 149 (58.59% from 255 or 79.68% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 149 - color contains mainly: green. Hex color #18950E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18950E is #E76AF1. Grayscale: #606060. Windows color (decimal): -15166194 or 955672. OLE color: 955672.

HSL color Cylindrical-coordinate representation of color #18950E: hue angle of 115.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18950E is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB2414914-
CMYK0.8400.910.42
HSL115.56º82.82%31.96%-
HSV(B)115.56º90.6%58.43%-
XYZ11.221.724.02-
YUV96.2481.5976.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 149 (58.59% from 255) = 79.68%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=12.83%
G=79.68%
B=7.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24149140.8400.910.42115.5682.8231.96
Hex1895E5405B2A745320
Octal302251612401335216412340
Binary1100010010101111010101000101101110101011101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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