Html Css Color HEX #1EAD2A Forest Green

📋 copy color: '#1EAD2A'

red 30 ◦ green 173 ◦ blue 42

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

Shades of Forest Green #1EAD2A

Tints of Forest Green #1EAD2A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 70.61%

 BLUE value IS 42 (16.8% from 255) = 17.14%

R = 12.24%
G = 70.61%
B = 17.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#1EAD2A (or 0x1EAD2A) is known color: Forest Green. HEX triplet: 1E, AD and 2A. RGB value is (30,173,42). Sum of RGB (Red+Green+Blue) = 30+173+42=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 173 (67.97% from 255 or 70.61% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAD2A is #E152D5. Grayscale: #737373. Windows color (decimal): -14766806 or 2796830. OLE color: 2796830.

HSL color Cylindrical-coordinate representation of color #1EAD2A: hue angle of 125.03º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAD2A is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 173 42 -
CMYK 0.83 0 0.76 0.32
HSL 125.04º 0.7% 0.4% -
HSV(B) 125.04º 0.83% 0.68% -
XYZ 15.9 30.33 7.21 -
YUV 115.31 86.62 67.15 -
System Red Green Blue C M Y K H S L
Decimal 30 173 42 0.83 0 0.76 0.32 125.04 0.7 0.4
Hex 1E AD 2A 53 0 4C 20 7D 46 28
Octal 36 255 52 123 0 114 40 175 106 50
Binary 11110 10101101 101010 1010011 0 1001100 100000 1111101 1000110 101000

Color Harmonies of #1EAD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAD2A

Black with #1EAD2A

Text Example


Text Example

White with #1EAD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,173,42); }

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

background-color css

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

 a { background-color: rgb(30,173,42); }

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

border-color css

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

 span { border-color: rgb(30,173,42); }

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