#2eb954

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

Shades of Chateau Green #2EB954

Tints of Chateau Green #2EB954

Color information

#2EB954 (or 0x2EB954) is unknown color: approx Chateau Green. HEX triplet: 2E, B9 and 54. RGB value is (46,185,84). Sum of RGB (Red+Green+Blue) = 46+185+84=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB954 is #D146AB. Grayscale: #848484. Windows color (decimal): -13715116 or 5552430. OLE color: 5552430.

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

Color convert

RGB4618584-
CMYK0.7500.550.27
HSL136.4º60.17%45.29%-
HSV(B)136.4º75.14%72.55%-
XYZ20.0835.9214.26-
YUV131.93100.9566.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 185 (72.66% from 255) = 58.73%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=14.60%
G=58.73%
B=26.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46185840.7500.550.27136.460.1745.29
Hex2EB9544B0371B883c2d
Octal56271124113067332107455
Binary101110101110011010100100101101101111101110001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eb954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,185,84); }

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

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

 a { background-color: rgb(46,185,84); }

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

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

 span { border-color: rgb(46,185,84); }

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