#2EA950

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

Shades of Chateau Green #2EA950

Tints of Chateau Green #2EA950

Color information

#2EA950 (or 0x2EA950) is unknown color: approx Chateau Green. HEX triplet: 2E, A9 and 50. RGB value is (46,169,80). Sum of RGB (Red+Green+Blue) = 46+169+80=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA950 is #D156AF. Grayscale: #7A7A7A. Windows color (decimal): -13719216 or 5286190. OLE color: 5286190.

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

Color convert

RGB4616980-
CMYK0.7300.530.34
HSL136.59º57.21%42.16%-
HSV(B)136.59º72.78%66.27%-
XYZ16.7629.5412.41-
YUV122.08104.2573.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=15.59%
G=57.29%
B=27.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46169800.7300.530.34136.5957.2142.16
Hex2EA950490352289392a
Octal56251120111065422117152
Binary1011101010100110100001001001011010110001010001001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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