#1E9213

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

Shades of Forest Green #1E9213

Tints of Forest Green #1E9213

Color information

#1E9213 (or 0x1E9213) is unknown color: approx Forest Green. HEX triplet: 1E, 92 and 13. RGB value is (30,146,19). Sum of RGB (Red+Green+Blue) = 30+146+19=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 146 (57.42% from 255 or 74.87% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 146 - color contains mainly: green. Hex color #1E9213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9213 is #E16DEC. Grayscale: #616161. Windows color (decimal): -14773741 or 1282590. OLE color: 1282590.

HSL color Cylindrical-coordinate representation of color #1E9213: hue angle of 114.8º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E9213 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB3014619-
CMYK0.7900.870.43
HSL114.8º76.97%32.35%-
HSV(B)114.8º86.99%57.25%-
XYZ10.9320.884.07-
YUV96.8484.0780.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.38%
GREEN value IS 146 (57.42% from 255) = 74.87%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=15.38%
G=74.87%
B=9.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal30146190.7900.870.43114.876.9732.35
Hex1E92134F0572B734d20
Octal362222311701275316311540
Binary11110100100101001110011110101011110101111100111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,146,19); }

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

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

 a { background-color: rgb(30,146,19); }

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

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

 span { border-color: rgb(30,146,19); }

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