#2ca048

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

Shades of Chateau Green #2CA048

Tints of Chateau Green #2CA048

Color information

#2CA048 (or 0x2CA048) is unknown color: approx Chateau Green. HEX triplet: 2C, A0 and 48. RGB value is (44,160,72). Sum of RGB (Red+Green+Blue) = 44+160+72=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 160 (62.89% from 255 or 57.97% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA048 is #D35FB7. Grayscale: #737373. Windows color (decimal): -13852600 or 4759596. OLE color: 4759596.

HSL color Cylindrical-coordinate representation of color #2CA048: hue angle of 134.48º 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 #2CA048 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB4416072-
CMYK0.7200.550.37
HSL134.48º56.86%40%-
HSV(B)134.48º72.5%62.75%-
XYZ14.7826.1410.4-
YUV115.28103.5777.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.94%
GREEN value IS 160 (62.89% from 255) = 57.97%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=15.94%
G=57.97%
B=26.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal44160720.7200.550.37134.4856.8640
Hex2CA0484803725863928
Octal54240110110067452067150
Binary1011001010000010010001001000011011110010110000110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ca048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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