Html Css Color HEX #2EAB1E Forest Green

📋 copy color: '#2EAB1E'

red 46 ◦ green 171 ◦ blue 30

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

Shades of Forest Green #2EAB1E

Tints of Forest Green #2EAB1E

RGB

 RED value IS 46 (18.36% from 255) = 18.62%

 GREEN value IS 171 (67.19% from 255) = 69.23%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 18.62%
G = 69.23%
B = 12.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#2EAB1E (or 0x2EAB1E) is known color: Forest Green. HEX triplet: 2E, AB and 1E. RGB value is (46,171,30). Sum of RGB (Red+Green+Blue) = 46+171+30=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 171 (67.19% from 255 or 69.23% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAB1E is #D154E1. Grayscale: #757575. Windows color (decimal): -13718754 or 2009902. OLE color: 2009902.

HSL color Cylindrical-coordinate representation of color #2EAB1E: hue angle of 113.19º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EAB1E is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 171 30 -
CMYK 0.73 0 0.82 0.33
HSL 113.19º 0.7% 0.39% -
HSV(B) 113.19º 0.82% 0.67% -
XYZ 15.92 29.8 6.14 -
YUV 117.55 78.59 76.96 -
System Red Green Blue C M Y K H S L
Decimal 46 171 30 0.73 0 0.82 0.33 113.19 0.7 0.39
Hex 2E AB 1E 49 0 52 21 71 46 27
Octal 56 253 36 111 0 122 41 161 106 47
Binary 101110 10101011 11110 1001001 0 1010010 100001 1110001 1000110 100111

Color Harmonies of #2EAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB1E

Black with #2EAB1E

Text Example


Text Example

White with #2EAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EAB1E; }

 p { color: rgb(46,171,30); }

 H1.HeaderClassName
 {
   color: #2EAB1E;
 }
 .AnyTagClassName
 {
   color: #2EAB1E;
 }
</style>

background-color css

<style>
 a { background-color: #2EAB1E; }

 a { background-color: rgb(46,171,30); }

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

border-color css

<style>
 span { border-color: #2EAB1E; }

 span { border-color: rgb(46,171,30); }

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