#2EB749

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

Shades of Chateau Green #2EB749

Tints of Chateau Green #2EB749

Color information

#2EB749 (or 0x2EB749) is unknown color: approx Chateau Green. HEX triplet: 2E, B7 and 49. RGB value is (46,183,73). Sum of RGB (Red+Green+Blue) = 46+183+73=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB749 is #D148B6. Grayscale: #818181. Windows color (decimal): -13715639 or 4831022. OLE color: 4831022.

HSL color Cylindrical-coordinate representation of color #2EB749: hue angle of 131.82º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB749 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB4618373-
CMYK0.7500.600.28
HSL131.82º59.83%44.9%-
HSV(B)131.82º74.86%71.76%-
XYZ19.2634.9312.03-
YUV129.596.1168.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 183 (71.88% from 255) = 60.60%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=15.23%
G=60.60%
B=24.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal46183730.7500.600.28131.8259.8344.9
Hex2EB7494B03C1C843c2d
Octal56267111113074342047455
Binary101110101101111001001100101101111001110010000100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,183,73); }

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

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

 a { background-color: rgb(46,183,73); }

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

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

 span { border-color: rgb(46,183,73); }

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