Html Css Color HEX #2E972E Forest Green

📋 copy color: '#2E972E'

red 46 ◦ green 151 ◦ blue 46

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

Shades of Forest Green #2E972E

Tints of Forest Green #2E972E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 18.93%
G = 62.14%
B = 18.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#2E972E (or 0x2E972E) is known color: Forest Green. HEX triplet: 2E, 97 and 2E. RGB value is (46,151,46). Sum of RGB (Red+Green+Blue) = 46+151+46=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #2E972E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E972E is #D168D1. Grayscale: #6B6B6B. Windows color (decimal): -13723858 or 3053358. OLE color: 3053358.

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

Color convert

RGB 46 151 46 -
CMYK 0.70 0 0.70 0.41
HSL 120º 0.53% 0.39% -
HSV(B) 120º 0.7% 0.59% -
XYZ 12.69 22.91 6.34 -
YUV 107.64 93.21 84.04 -
System Red Green Blue C M Y K H S L
Decimal 46 151 46 0.70 0 0.70 0.41 120 0.53 0.39
Hex 2E 97 2E 46 0 46 29 78 35 27
Octal 56 227 56 106 0 106 51 170 65 47
Binary 101110 10010111 101110 1000110 0 1000110 101001 1111000 110101 100111

Color Harmonies of #2E972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E972E

Black with #2E972E

Text Example


Text Example

White with #2E972E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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