Html Css Color HEX #2EA552 Chateau Green

📋 copy color: '#2EA552'

red 46 ◦ green 165 ◦ blue 82

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

Shades of Chateau Green #2EA552

Tints of Chateau Green #2EA552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 15.7%
G = 56.31%
B = 27.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#2EA552 (or 0x2EA552) is known color: Chateau Green. HEX triplet: 2E, A5 and 52. RGB value is (46,165,82). Sum of RGB (Red+Green+Blue) = 46+165+82=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA552 is #D15AAD. Grayscale: #787878. Windows color (decimal): -13720238 or 5416238. OLE color: 5416238.

HSL color Cylindrical-coordinate representation of color #2EA552: hue angle of 138.15º 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 #2EA552 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 165 82 -
CMYK 0.72 0 0.50 0.35
HSL 138.15º 0.56% 0.41% -
HSV(B) 138.15º 0.72% 0.65% -
XYZ 16.1 28.1 12.56 -
YUV 119.96 106.58 75.25 -
System Red Green Blue C M Y K H S L
Decimal 46 165 82 0.72 0 0.50 0.35 138.15 0.56 0.41
Hex 2E A5 52 48 0 32 23 8A 38 29
Octal 56 245 122 110 0 62 43 212 70 51
Binary 101110 10100101 1010010 1001000 0 110010 100011 10001010 111000 101001

Color Harmonies of #2EA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA552

Black with #2EA552

Text Example


Text Example

White with #2EA552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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