#2EB14E

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

Shades of Chateau Green #2EB14E

Tints of Chateau Green #2EB14E

Color information

#2EB14E (or 0x2EB14E) is unknown color: approx Chateau Green. HEX triplet: 2E, B1 and 4E. RGB value is (46,177,78). Sum of RGB (Red+Green+Blue) = 46+177+78=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB14E is #D14EB1. Grayscale: #7E7E7E. Windows color (decimal): -13717170 or 5157166. OLE color: 5157166.

HSL color Cylindrical-coordinate representation of color #2EB14E: hue angle of 134.66º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB14E is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB4617778-
CMYK0.7400.560.31
HSL134.66º58.74%43.73%-
HSV(B)134.66º74.01%69.41%-
XYZ18.2232.5812.53-
YUV126.54100.670.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 177 (69.53% from 255) = 58.80%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=15.28%
G=58.80%
B=25.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46177780.7400.560.31134.6658.7443.73
Hex2EB14E4A0381F873b2c
Octal56261116112070372077354
Binary101110101100011001110100101001110001111110000111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,177,78); }

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

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

 a { background-color: rgb(46,177,78); }

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

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

 span { border-color: rgb(46,177,78); }

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