#2CA241

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

Shades of Chateau Green #2CA241

Tints of Chateau Green #2CA241

Color information

#2CA241 (or 0x2CA241) is unknown color: approx Chateau Green. HEX triplet: 2C, A2 and 41. RGB value is (44,162,65). Sum of RGB (Red+Green+Blue) = 44+162+65=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA241 is #D35DBE. Grayscale: #737373. Windows color (decimal): -13852095 or 4301356. OLE color: 4301356.

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

Color convert

RGB4416265-
CMYK0.7300.600.36
HSL130.68º57.28%40.39%-
HSV(B)130.68º72.84%63.53%-
XYZ14.9126.769.38-
YUV115.6699.4176.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.24%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=16.24%
G=59.78%
B=23.99%

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
Decimal44162650.7300.600.36130.6857.2840.39
Hex2CA2414903C24833928
Octal54242101111074442037150
Binary1011001010001010000011001001011110010010010000011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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