#2EA946

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

Shades of Chateau Green #2EA946

Tints of Chateau Green #2EA946

Color information

#2EA946 (or 0x2EA946) is unknown color: approx Chateau Green. HEX triplet: 2E, A9 and 46. RGB value is (46,169,70). Sum of RGB (Red+Green+Blue) = 46+169+70=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 169 (66.41% from 255 or 59.30% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA946 is #D156B9. Grayscale: #797979. Windows color (decimal): -13719226 or 4630830. OLE color: 4630830.

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

Color convert

RGB4616970-
CMYK0.7300.590.34
HSL131.71º57.21%42.16%-
HSV(B)131.71º72.78%66.27%-
XYZ16.4229.410.6-
YUV120.9499.2574.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 169 (66.41% from 255) = 59.30%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=16.14%
G=59.30%
B=24.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46169700.7300.590.34131.7157.2142.16
Hex2EA9464903B2284392a
Octal56251106111073422047152
Binary1011101010100110001101001001011101110001010000100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,169,70); }

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

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

 a { background-color: rgb(46,169,70); }

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

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

 span { border-color: rgb(46,169,70); }

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