Html Css Color HEX #2E971F Forest Green

📋 copy color: '#2E971F'

red 46 ◦ green 151 ◦ blue 31

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

Shades of Forest Green #2E971F

Tints of Forest Green #2E971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 66.23%

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

R = 20.18%
G = 66.23%
B = 13.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#2E971F (or 0x2E971F) is known color: Forest Green. HEX triplet: 2E, 97 and 1F. RGB value is (46,151,31). Sum of RGB (Red+Green+Blue) = 46+151+31=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 151 (59.38% from 255 or 66.23% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 151 - color contains mainly: green. Hex color #2E971F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E971F is #D168E0. Grayscale: #6A6A6A. Windows color (decimal): -13723873 or 2070318. OLE color: 2070318.

HSL color Cylindrical-coordinate representation of color #2E971F: hue angle of 112.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E971F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 151 31 -
CMYK 0.70 0 0.79 0.41
HSL 112.5º 0.66% 0.36% -
HSV(B) 112.5º 0.79% 0.59% -
XYZ 12.44 22.81 5.04 -
YUV 105.93 85.71 85.26 -
System Red Green Blue C M Y K H S L
Decimal 46 151 31 0.70 0 0.79 0.41 112.5 0.66 0.36
Hex 2E 97 1F 46 0 4F 29 70 42 24
Octal 56 227 37 106 0 117 51 160 102 44
Binary 101110 10010111 11111 1000110 0 1001111 101001 1110000 1000010 100100

Color Harmonies of #2E971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E971F

Black with #2E971F

Text Example


Text Example

White with #2E971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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