#2EC152

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

Shades of Chateau Green #2EC152

Tints of Chateau Green #2EC152

Color information

#2EC152 (or 0x2EC152) is unknown color: approx Chateau Green. HEX triplet: 2E, C1 and 52. RGB value is (46,193,82). Sum of RGB (Red+Green+Blue) = 46+193+82=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC152 is #D13EAD. Grayscale: #888888. Windows color (decimal): -13713070 or 5423406. OLE color: 5423406.

HSL color Cylindrical-coordinate representation of color #2EC152: hue angle of 134.69º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC152 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB4619382-
CMYK0.7600.580.24
HSL134.69º61.51%46.86%-
HSV(B)134.69º76.17%75.69%-
XYZ21.7239.3314.43-
YUV136.3997.363.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.33%
GREEN value IS 193 (75.78% from 255) = 60.12%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=14.33%
G=60.12%
B=25.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46193820.7600.580.24134.6961.5146.86
Hex2EC1524C03A18873e2f
Octal56301122114072302077657
Binary101110110000011010010100110001110101100010000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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