#2CA044

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

Shades of Chateau Green #2CA044

Tints of Chateau Green #2CA044

Color information

#2CA044 (or 0x2CA044) is unknown color: approx Chateau Green. HEX triplet: 2C, A0 and 44. RGB value is (44,160,68). Sum of RGB (Red+Green+Blue) = 44+160+68=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA044 is #D35FBB. Grayscale: #737373. Windows color (decimal): -13852604 or 4497452. OLE color: 4497452.

HSL color Cylindrical-coordinate representation of color #2CA044: hue angle of 132.41º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA044 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB4416068-
CMYK0.7200.570.37
HSL132.41º56.86%40%-
HSV(B)132.41º72.5%62.75%-
XYZ14.6526.099.73-
YUV114.83101.5777.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.18%
GREEN value IS 160 (62.89% from 255) = 58.82%
BLUE value IS 68 (26.95% from 255) = 25%
R=16.18%
G=58.82%
B=25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal44160680.7200.570.37132.4156.8640
Hex2CA0444803925843928
Octal54240104110071452047150
Binary1011001010000010001001001000011100110010110000100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,160,68); }

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

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

 a { background-color: rgb(44,160,68); }

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

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

 span { border-color: rgb(44,160,68); }

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