#2EBF53

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

Shades of Chateau Green #2EBF53

Tints of Chateau Green #2EBF53

Color information

#2EBF53 (or 0x2EBF53) is unknown color: approx Chateau Green. HEX triplet: 2E, BF and 53. RGB value is (46,191,83). Sum of RGB (Red+Green+Blue) = 46+191+83=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBF53 is #D140AC. Grayscale: #878787. Windows color (decimal): -13713581 or 5488430. OLE color: 5488430.

HSL color Cylindrical-coordinate representation of color #2EBF53: hue angle of 135.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBF53 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB4619183-
CMYK0.7600.570.25
HSL135.31º61.18%46.47%-
HSV(B)135.31º75.92%74.9%-
XYZ21.3238.4714.48-
YUV135.3398.4664.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.38%
GREEN value IS 191 (75% from 255) = 59.69%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=14.38%
G=59.69%
B=25.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46191830.7600.570.25135.3161.1846.47
Hex2EBF534C03919873d2e
Octal56277123114071312077556
Binary101110101111111010011100110001110011100110000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,83); }

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

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

 a { background-color: rgb(46,191,83); }

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

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

 span { border-color: rgb(46,191,83); }

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