#1E9932

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

Shades of Forest Green #1E9932

Tints of Forest Green #1E9932

Color information

#1E9932 (or 0x1E9932) is unknown color: approx Forest Green. HEX triplet: 1E, 99 and 32. RGB value is (30,153,50). Sum of RGB (Red+Green+Blue) = 30+153+50=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #1E9932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E9932 is #E166CD. Grayscale: #686868. Windows color (decimal): -14771918 or 3315998. OLE color: 3315998.

HSL color Cylindrical-coordinate representation of color #1E9932: hue angle of 129.76º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9932 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB3015350-
CMYK0.8000.670.4
HSL129.76º67.21%35.88%-
HSV(B)129.76º80.39%60%-
XYZ12.523.296.85-
YUV104.4897.2574.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.88%
GREEN value IS 153 (60.16% from 255) = 65.67%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=12.88%
G=65.67%
B=21.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal30153500.8000.670.4129.7667.2135.88
Hex1E99325004328824324
Octal362316212001035020210344
Binary1111010011001110010101000001000011101000100000101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,153,50); }

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

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

 a { background-color: rgb(30,153,50); }

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

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

 span { border-color: rgb(30,153,50); }

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