#1E7516

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

Shades of Forest Green #1E7516

Tints of Forest Green #1E7516

Color information

#1E7516 (or 0x1E7516) is unknown color: approx Forest Green. HEX triplet: 1E, 75 and 16. RGB value is (30,117,22). Sum of RGB (Red+Green+Blue) = 30+117+22=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 117 (46.09% from 255 or 69.23% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7516 is #E18AE9. Grayscale: #505050. Windows color (decimal): -14781162 or 1471774. OLE color: 1471774.

HSL color Cylindrical-coordinate representation of color #1E7516: hue angle of 114.95º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E7516 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB3011722-
CMYK0.7400.810.54
HSL114.95º68.35%27.25%-
HSV(B)114.95º81.2%45.88%-
XYZ7.0413.062.91-
YUV80.1695.1892.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.75%
GREEN value IS 117 (46.09% from 255) = 69.23%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=17.75%
G=69.23%
B=13.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30117220.7400.810.54114.9568.3527.25
Hex1E75164A0513673441b
Octal361652611201216616310433
Binary111101110101101101001010010100011101101110011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E7516; }

 p { color: rgb(30,117,22); }

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

<style>
 a { background-color: #1E7516; }

 a { background-color: rgb(30,117,22); }

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

<style>
 span { border-color: #1E7516; }

 span { border-color: rgb(30,117,22); }

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