#2ca249

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

Shades of Chateau Green #2CA249

Tints of Chateau Green #2CA249

Color information

#2CA249 (or 0x2CA249) is unknown color: approx Chateau Green. HEX triplet: 2C, A2 and 49. RGB value is (44,162,73). Sum of RGB (Red+Green+Blue) = 44+162+73=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 162 (63.67% from 255 or 58.06% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA249 is #D35DB6. Grayscale: #747474. Windows color (decimal): -13852087 or 4825644. OLE color: 4825644.

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

Color convert

RGB4416273-
CMYK0.7300.550.36
HSL134.75º57.28%40.39%-
HSV(B)134.75º72.84%63.53%-
XYZ15.1626.8610.69-
YUV116.57103.4176.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 162 (63.67% from 255) = 58.06%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=15.77%
G=58.06%
B=26.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44162730.7300.550.36134.7557.2840.39
Hex2CA2494903724873928
Octal54242111111067442077150
Binary1011001010001010010011001001011011110010010000111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ca249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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