Html Css Color HEX #2E9E49 Chateau Green

📋 copy color: '#2E9E49'

red 46 ◦ green 158 ◦ blue 73

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

Shades of Chateau Green #2E9E49

Tints of Chateau Green #2E9E49

RGB

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

 GREEN value IS 158 (62.11% from 255) = 57.04%

 BLUE value IS 73 (28.91% from 255) = 26.35%

R = 16.61%
G = 57.04%
B = 26.35%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#2E9E49 (or 0x2E9E49) is known color: Chateau Green. HEX triplet: 2E, 9E and 49. RGB value is (46,158,73). Sum of RGB (Red+Green+Blue) = 46+158+73=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9E49 is #D161B6. Grayscale: #737373. Windows color (decimal): -13722039 or 4824622. OLE color: 4824622.

HSL color Cylindrical-coordinate representation of color #2E9E49: hue angle of 134.46º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9E49 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 158 73 -
CMYK 0.71 0 0.54 0.38
HSL 134.46º 0.55% 0.4% -
HSV(B) 134.46º 0.71% 0.62% -
XYZ 14.56 25.52 10.46 -
YUV 114.82 104.39 78.91 -
System Red Green Blue C M Y K H S L
Decimal 46 158 73 0.71 0 0.54 0.38 134.46 0.55 0.4
Hex 2E 9E 49 47 0 36 26 86 37 28
Octal 56 236 111 107 0 66 46 206 67 50
Binary 101110 10011110 1001001 1000111 0 110110 100110 10000110 110111 101000

Color Harmonies of #2E9E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9E49

Black with #2E9E49

Text Example


Text Example

White with #2E9E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,158,73); }

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

background-color css

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

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

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

border-color css

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

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

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