#2EA940

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

Shades of Chateau Green #2EA940

Tints of Chateau Green #2EA940

Color information

#2EA940 (or 0x2EA940) is unknown color: approx Chateau Green. HEX triplet: 2E, A9 and 40. RGB value is (46,169,64). Sum of RGB (Red+Green+Blue) = 46+169+64=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA940 is #D156BF. Grayscale: #787878. Windows color (decimal): -13719232 or 4237614. OLE color: 4237614.

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

Color convert

RGB4616964-
CMYK0.7300.620.34
HSL128.78º57.21%42.16%-
HSV(B)128.78º72.78%66.27%-
XYZ16.2429.339.66-
YUV120.2596.2575.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 169 (66.41% from 255) = 60.57%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=16.49%
G=60.57%
B=22.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46169640.7300.620.34128.7857.2142.16
Hex2EA9404903E2281392a
Octal56251100111076422017152
Binary1011101010100110000001001001011111010001010000001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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