#2e9d4f

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

Shades of Chateau Green #2E9D4F

Tints of Chateau Green #2E9D4F

Color information

#2E9D4F (or 0x2E9D4F) is unknown color: approx Chateau Green. HEX triplet: 2E, 9D and 4F. RGB value is (46,157,79). Sum of RGB (Red+Green+Blue) = 46+157+79=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #2E9D4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9D4F is #D162B0. Grayscale: #737373. Windows color (decimal): -13722289 or 5217582. OLE color: 5217582.

HSL color Cylindrical-coordinate representation of color #2E9D4F: hue angle of 137.84º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9D4F is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB4615779-
CMYK0.7100.500.38
HSL137.84º54.68%39.8%-
HSV(B)137.84º70.7%61.57%-
XYZ14.5925.2611.5-
YUV114.92107.7378.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.31%
GREEN value IS 157 (61.72% from 255) = 55.67%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=16.31%
G=55.67%
B=28.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46157790.7100.500.38137.8454.6839.8
Hex2E9D4F47032268a3728
Octal56235117107062462126750
Binary1011101001110110011111000111011001010011010001010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e9d4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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