#2EA544

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

Shades of Chateau Green #2EA544

Tints of Chateau Green #2EA544

Color information

#2EA544 (or 0x2EA544) is unknown color: approx Chateau Green. HEX triplet: 2E, A5 and 44. RGB value is (46,165,68). Sum of RGB (Red+Green+Blue) = 46+165+68=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA544 is #D15ABB. Grayscale: #767676. Windows color (decimal): -13720252 or 4498734. OLE color: 4498734.

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

Color convert

RGB4616568-
CMYK0.7200.590.35
HSL131.09º56.4%41.37%-
HSV(B)131.09º72.12%64.71%-
XYZ15.6327.9110.03-
YUV118.3699.5876.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 165 (64.84% from 255) = 59.14%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=16.49%
G=59.14%
B=24.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46165680.7200.590.35131.0956.441.37
Hex2EA5444803B23833829
Octal56245104110073432037051
Binary1011101010010110001001001000011101110001110000011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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