Html Css Color HEX #1E9520 Forest Green

📋 copy color: '#1E9520'

red 30 ◦ green 149 ◦ blue 32

#1E9520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1E9520

Tints of Forest Green #1E9520

RGB

 RED value IS 30 (12.11% from 255) = 14.22%

 GREEN value IS 149 (58.59% from 255) = 70.62%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 14.22%
G = 70.62%
B = 15.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#1E9520 (or 0x1E9520) is known color: Forest Green. HEX triplet: 1E, 95 and 20. RGB value is (30,149,32). Sum of RGB (Red+Green+Blue) = 30+149+32=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #1E9520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E9520 is #E16ADF. Grayscale: #646464. Windows color (decimal): -14772960 or 2135326. OLE color: 2135326.

HSL color Cylindrical-coordinate representation of color #1E9520: hue angle of 121.01º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9520 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 149 32 -
CMYK 0.80 0 0.79 0.42
HSL 121.01º 0.66% 0.35% -
HSV(B) 121.01º 0.8% 0.58% -
XYZ 11.54 21.88 4.98 -
YUV 100.08 89.58 78.01 -
System Red Green Blue C M Y K H S L
Decimal 30 149 32 0.80 0 0.79 0.42 121.01 0.66 0.35
Hex 1E 95 20 50 0 4F 2A 79 42 23
Octal 36 225 40 120 0 117 52 171 102 43
Binary 11110 10010101 100000 1010000 0 1001111 101010 1111001 1000010 100011

Color Harmonies of #1E9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9520

Black with #1E9520

Text Example


Text Example

White with #1E9520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,149,32); }

 H1.HeaderClassName
 {
   color: #1E9520;
 }
 .AnyTagClassName
 {
   color: #1E9520;
 }
</style>

background-color css

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

 a { background-color: rgb(30,149,32); }

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

border-color css

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

 span { border-color: rgb(30,149,32); }

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