#2C9E4E

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

Shades of Chateau Green #2C9E4E

Tints of Chateau Green #2C9E4E

Color information

#2C9E4E (or 0x2C9E4E) is unknown color: approx Chateau Green. HEX triplet: 2C, 9E and 4E. RGB value is (44,158,78). Sum of RGB (Red+Green+Blue) = 44+158+78=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 158 (62.11% from 255 or 56.43% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E4E is #D361B1. Grayscale: #737373. Windows color (decimal): -13853106 or 5152300. OLE color: 5152300.

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

Color convert

RGB4415878-
CMYK0.7200.510.38
HSL137.89º56.44%39.61%-
HSV(B)137.89º72.15%61.96%-
XYZ14.6425.5411.37-
YUV114.79107.2377.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 158 (62.11% from 255) = 56.43%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=15.71%
G=56.43%
B=27.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44158780.7200.510.38137.8956.4439.61
Hex2C9E4E48033268a3828
Octal54236116110063462127050
Binary1011001001111010011101001000011001110011010001010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,158,78); }

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

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

 a { background-color: rgb(44,158,78); }

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

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

 span { border-color: rgb(44,158,78); }

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