Html Css Color HEX #2EA548 Chateau Green

📋 copy color: '#2EA548'

red 46 ◦ green 165 ◦ blue 72

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

Shades of Chateau Green #2EA548

Tints of Chateau Green #2EA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.3%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 16.25%
G = 58.3%
B = 25.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#2EA548 (or 0x2EA548) is known color: Chateau Green. HEX triplet: 2E, A5 and 48. RGB value is (46,165,72). Sum of RGB (Red+Green+Blue) = 46+165+72=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA548 is #D15AB7. Grayscale: #777777. Windows color (decimal): -13720248 or 4760878. OLE color: 4760878.

HSL color Cylindrical-coordinate representation of color #2EA548: hue angle of 133.11º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA548 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 165 72 -
CMYK 0.72 0 0.56 0.35
HSL 133.11º 0.56% 0.41% -
HSV(B) 133.11º 0.72% 0.65% -
XYZ 15.75 27.96 10.7 -
YUV 118.82 101.58 76.06 -
System Red Green Blue C M Y K H S L
Decimal 46 165 72 0.72 0 0.56 0.35 133.11 0.56 0.41
Hex 2E A5 48 48 0 38 23 85 38 29
Octal 56 245 110 110 0 70 43 205 70 51
Binary 101110 10100101 1001000 1001000 0 111000 100011 10000101 111000 101001

Color Harmonies of #2EA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA548

Black with #2EA548

Text Example


Text Example

White with #2EA548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,165,72); }

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

background-color css

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

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

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

border-color css

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

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

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