Html Css Color HEX #2E9132 Forest Green

📋 copy color: '#2E9132'

red 46 ◦ green 145 ◦ blue 50

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

Shades of Forest Green #2E9132

Tints of Forest Green #2E9132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.17%

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 19.09%
G = 60.17%
B = 20.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#2E9132 (or 0x2E9132) is known color: Forest Green. HEX triplet: 2E, 91 and 32. RGB value is (46,145,50). Sum of RGB (Red+Green+Blue) = 46+145+50=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9132 is #D16ECD. Grayscale: #686868. Windows color (decimal): -13725390 or 3313966. OLE color: 3313966.

HSL color Cylindrical-coordinate representation of color #2E9132: hue angle of 122.42º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9132 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 145 50 -
CMYK 0.68 0 0.66 0.43
HSL 122.42º 0.52% 0.37% -
HSV(B) 122.42º 0.68% 0.57% -
XYZ 11.83 21.06 6.46 -
YUV 104.57 97.2 86.22 -
System Red Green Blue C M Y K H S L
Decimal 46 145 50 0.68 0 0.66 0.43 122.42 0.52 0.37
Hex 2E 91 32 44 0 42 2B 7A 34 25
Octal 56 221 62 104 0 102 53 172 64 45
Binary 101110 10010001 110010 1000100 0 1000010 101011 1111010 110100 100101

Color Harmonies of #2E9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9132

Black with #2E9132

Text Example


Text Example

White with #2E9132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,50); }

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

background-color css

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

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

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

border-color css

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

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

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