#2EB74F

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

Shades of Chateau Green #2EB74F

Tints of Chateau Green #2EB74F

Color information

#2EB74F (or 0x2EB74F) is unknown color: approx Chateau Green. HEX triplet: 2E, B7 and 4F. RGB value is (46,183,79). Sum of RGB (Red+Green+Blue) = 46+183+79=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB74F is #D148B0. Grayscale: #828282. Windows color (decimal): -13715633 or 5224238. OLE color: 5224238.

HSL color Cylindrical-coordinate representation of color #2EB74F: hue angle of 134.45º 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 #2EB74F is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB4618379-
CMYK0.7500.570.28
HSL134.45º59.83%44.9%-
HSV(B)134.45º74.86%71.76%-
XYZ19.4735.0113.13-
YUV130.1899.1167.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.94%
GREEN value IS 183 (71.88% from 255) = 59.42%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=14.94%
G=59.42%
B=25.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal46183790.7500.570.28134.4559.8344.9
Hex2EB74F4B0391C863c2d
Octal56267117113071342067455
Binary101110101101111001111100101101110011110010000110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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