#2CA240

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

Shades of Chateau Green #2CA240

Tints of Chateau Green #2CA240

Color information

#2CA240 (or 0x2CA240) is unknown color: approx Chateau Green. HEX triplet: 2C, A2 and 40. RGB value is (44,162,64). Sum of RGB (Red+Green+Blue) = 44+162+64=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA240 is #D35DBF. Grayscale: #737373. Windows color (decimal): -13852096 or 4235820. OLE color: 4235820.

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

Color convert

RGB4416264-
CMYK0.7300.600.36
HSL130.17º57.28%40.39%-
HSV(B)130.17º72.84%63.53%-
XYZ14.8826.759.23-
YUV115.5598.9176.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 162 (63.67% from 255) = 60%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=16.30%
G=60%
B=23.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44162640.7300.600.36130.1757.2840.39
Hex2CA2404903C24823928
Octal54242100111074442027150
Binary1011001010001010000001001001011110010010010000010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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