#2C9C4A

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

Shades of Chateau Green #2C9C4A

Tints of Chateau Green #2C9C4A

Color information

#2C9C4A (or 0x2C9C4A) is unknown color: approx Chateau Green. HEX triplet: 2C, 9C and 4A. RGB value is (44,156,74). Sum of RGB (Red+Green+Blue) = 44+156+74=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #2C9C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9C4A is #D363B5. Grayscale: #717171. Windows color (decimal): -13853622 or 4889644. OLE color: 4889644.

HSL color Cylindrical-coordinate representation of color #2C9C4A: hue angle of 136.07º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9C4A is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB4415674-
CMYK0.7200.530.39
HSL136.07º56%39.22%-
HSV(B)136.07º71.79%61.18%-
XYZ14.1624.8110.52-
YUV113.16105.8978.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.06%
GREEN value IS 156 (61.33% from 255) = 56.93%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=16.06%
G=56.93%
B=27.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44156740.7200.530.39136.075639.22
Hex2C9C4A4803527883827
Octal54234112110065472107047
Binary1011001001110010010101001000011010110011110001000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,156,74); }

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

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

 a { background-color: rgb(44,156,74); }

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

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

 span { border-color: rgb(44,156,74); }

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