Html Css Color HEX #2EAB1F Forest Green

📋 copy color: '#2EAB1F'

red 46 ◦ green 171 ◦ blue 31

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

Shades of Forest Green #2EAB1F

Tints of Forest Green #2EAB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 18.55%
G = 68.95%
B = 12.5%

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

#2EAB1F (or 0x2EAB1F) is known color: Forest Green. HEX triplet: 2E, AB and 1F. RGB value is (46,171,31). Sum of RGB (Red+Green+Blue) = 46+171+31=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAB1F is #D154E0. Grayscale: #767676. Windows color (decimal): -13718753 or 2075438. OLE color: 2075438.

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

Color convert

RGB 46 171 31 -
CMYK 0.73 0 0.82 0.33
HSL 113.57º 0.69% 0.4% -
HSV(B) 113.57º 0.82% 0.67% -
XYZ 15.94 29.81 6.21 -
YUV 117.67 79.09 76.88 -
System Red Green Blue C M Y K H S L
Decimal 46 171 31 0.73 0 0.82 0.33 113.57 0.69 0.4
Hex 2E AB 1F 49 0 52 21 72 45 28
Octal 56 253 37 111 0 122 41 162 105 50
Binary 101110 10101011 11111 1001001 0 1010010 100001 1110010 1000101 101000

Color Harmonies of #2EAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB1F

Black with #2EAB1F

Text Example


Text Example

White with #2EAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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