Html Css Color HEX #2EB249 Chateau Green

📋 copy color: '#2EB249'

red 46 ◦ green 178 ◦ blue 73

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

Shades of Chateau Green #2EB249

Tints of Chateau Green #2EB249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.93%

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

R = 15.49%
G = 59.93%
B = 24.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#2EB249 (or 0x2EB249) is known color: Chateau Green. HEX triplet: 2E, B2 and 49. RGB value is (46,178,73). Sum of RGB (Red+Green+Blue) = 46+178+73=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB249 is #D14DB6. Grayscale: #7E7E7E. Windows color (decimal): -13716919 or 4829742. OLE color: 4829742.

HSL color Cylindrical-coordinate representation of color #2EB249: hue angle of 132.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB249 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 178 73 -
CMYK 0.74 0 0.59 0.30
HSL 132.27º 0.59% 0.44% -
HSV(B) 132.27º 0.74% 0.7% -
XYZ 18.25 32.9 11.69 -
YUV 126.56 97.77 70.54 -
System Red Green Blue C M Y K H S L
Decimal 46 178 73 0.74 0 0.59 0.30 132.27 0.59 0.44
Hex 2E B2 49 4A 0 3B 1E 84 3B 2C
Octal 56 262 111 112 0 73 36 204 73 54
Binary 101110 10110010 1001001 1001010 0 111011 11110 10000100 111011 101100

Color Harmonies of #2EB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB249

Black with #2EB249

Text Example


Text Example

White with #2EB249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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