#2CA649

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

Shades of Chateau Green #2CA649

Tints of Chateau Green #2CA649

Color information

#2CA649 (or 0x2CA649) is unknown color: approx Chateau Green. HEX triplet: 2C, A6 and 49. RGB value is (44,166,73). Sum of RGB (Red+Green+Blue) = 44+166+73=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA649 is #D359B6. Grayscale: #777777. Windows color (decimal): -13851063 or 4826668. OLE color: 4826668.

HSL color Cylindrical-coordinate representation of color #2CA649: hue angle of 134.26º 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 #2CA649 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB4416673-
CMYK0.7300.560.35
HSL134.26º58.1%41.18%-
HSV(B)134.26º73.49%65.1%-
XYZ15.8828.2910.93-
YUV118.92102.0874.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.55%
GREEN value IS 166 (65.23% from 255) = 58.66%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=15.55%
G=58.66%
B=25.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44166730.7300.560.35134.2658.141.18
Hex2CA6494903823863a29
Octal54246111111070432067251
Binary1011001010011010010011001001011100010001110000110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,166,73); }

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

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

 a { background-color: rgb(44,166,73); }

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

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

 span { border-color: rgb(44,166,73); }

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