Html Css Color HEX #2EA852 Chateau Green

📋 copy color: '#2EA852'

red 46 ◦ green 168 ◦ blue 82

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

Shades of Chateau Green #2EA852

Tints of Chateau Green #2EA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 56.76%

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

R = 15.54%
G = 56.76%
B = 27.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#2EA852 (or 0x2EA852) is known color: Chateau Green. HEX triplet: 2E, A8 and 52. RGB value is (46,168,82). Sum of RGB (Red+Green+Blue) = 46+168+82=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA852 is #D157AD. Grayscale: #797979. Windows color (decimal): -13719470 or 5417006. OLE color: 5417006.

HSL color Cylindrical-coordinate representation of color #2EA852: hue angle of 137.7º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA852 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 168 82 -
CMYK 0.73 0 0.51 0.34
HSL 137.7º 0.57% 0.42% -
HSV(B) 137.7º 0.73% 0.66% -
XYZ 16.65 29.2 12.74 -
YUV 121.72 105.58 73.99 -
System Red Green Blue C M Y K H S L
Decimal 46 168 82 0.73 0 0.51 0.34 137.7 0.57 0.42
Hex 2E A8 52 49 0 33 22 8A 39 2A
Octal 56 250 122 111 0 63 42 212 71 52
Binary 101110 10101000 1010010 1001001 0 110011 100010 10001010 111001 101010

Color Harmonies of #2EA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA852

Black with #2EA852

Text Example


Text Example

White with #2EA852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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