#2EBD52

Color #2EBD52 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2EBD52

Tints of Chateau Green #2EBD52

Color information

#2EBD52 (or 0x2EBD52) is unknown color: approx Chateau Green. HEX triplet: 2E, BD and 52. RGB value is (46,189,82). Sum of RGB (Red+Green+Blue) = 46+189+82=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBD52 is #D142AD. Grayscale: #868686. Windows color (decimal): -13714094 or 5422382. OLE color: 5422382.

HSL color Cylindrical-coordinate representation of color #2EBD52: hue angle of 135.1º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD52 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB4618982-
CMYK0.7600.570.26
HSL135.1º60.85%46.08%-
HSV(B)135.1º75.66%74.12%-
XYZ20.8537.5914.14-
YUV134.0598.6265.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 189 (74.22% from 255) = 59.62%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=14.51%
G=59.62%
B=25.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189820.7600.570.26135.160.8546.08
Hex2EBD524C0391A873d2e
Octal56275122114071322077556
Binary101110101111011010010100110001110011101010000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EBD52;
 }
 .AnyTagClassName
 {
   color: #2EBD52;
 }
</style>
background-color css

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

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

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

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

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

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