#2CA546

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

Shades of Chateau Green #2CA546

Tints of Chateau Green #2CA546

Color information

#2CA546 (or 0x2CA546) is unknown color: approx Chateau Green. HEX triplet: 2C, A5 and 46. RGB value is (44,165,70). Sum of RGB (Red+Green+Blue) = 44+165+70=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA546 is #D35AB9. Grayscale: #767676. Windows color (decimal): -13851322 or 4629804. OLE color: 4629804.

HSL color Cylindrical-coordinate representation of color #2CA546: hue angle of 132.89º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA546 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB4416570-
CMYK0.7300.580.35
HSL132.89º57.89%40.98%-
HSV(B)132.89º73.33%64.71%-
XYZ15.627.8910.36-
YUV117.99100.9175.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 165 (64.84% from 255) = 59.14%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=15.77%
G=59.14%
B=25.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44165700.7300.580.35132.8957.8940.98
Hex2CA5464903A23853a29
Octal54245106111072432057251
Binary1011001010010110001101001001011101010001110000101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,165,70); }

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

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

 a { background-color: rgb(44,165,70); }

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

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

 span { border-color: rgb(44,165,70); }

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