Html Css Color HEX #2E9529 Forest Green

📋 copy color: '#2E9529'

red 46 ◦ green 149 ◦ blue 41

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

Shades of Forest Green #2E9529

Tints of Forest Green #2E9529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.14%

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 19.49%
G = 63.14%
B = 17.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#2E9529 (or 0x2E9529) is known color: Forest Green. HEX triplet: 2E, 95 and 29. RGB value is (46,149,41). Sum of RGB (Red+Green+Blue) = 46+149+41=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9529 is #D16AD6. Grayscale: #6A6A6A. Windows color (decimal): -13724375 or 2725166. OLE color: 2725166.

HSL color Cylindrical-coordinate representation of color #2E9529: hue angle of 117.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E9529 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 149 41 -
CMYK 0.69 0 0.72 0.42
HSL 117.22º 0.57% 0.37% -
HSV(B) 117.22º 0.72% 0.58% -
XYZ 12.27 22.24 5.74 -
YUV 105.89 91.38 85.28 -
System Red Green Blue C M Y K H S L
Decimal 46 149 41 0.69 0 0.72 0.42 117.22 0.57 0.37
Hex 2E 95 29 45 0 48 2A 75 39 25
Octal 56 225 51 105 0 110 52 165 71 45
Binary 101110 10010101 101001 1000101 0 1001000 101010 1110101 111001 100101

Color Harmonies of #2E9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9529

Black with #2E9529

Text Example


Text Example

White with #2E9529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,149,41); }

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

background-color css

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

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

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

border-color css

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

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

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