#2CA64C

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

Shades of Chateau Green #2CA64C

Tints of Chateau Green #2CA64C

Color information

#2CA64C (or 0x2CA64C) is unknown color: approx Chateau Green. HEX triplet: 2C, A6 and 4C. RGB value is (44,166,76). Sum of RGB (Red+Green+Blue) = 44+166+76=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA64C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA64C is #D359B3. Grayscale: #777777. Windows color (decimal): -13851060 or 5023276. OLE color: 5023276.

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

Color convert

RGB4416676-
CMYK0.7300.540.35
HSL135.74º58.1%41.18%-
HSV(B)135.74º73.49%65.1%-
XYZ15.9828.3311.46-
YUV119.26103.5874.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 166 (65.23% from 255) = 58.04%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=15.38%
G=58.04%
B=26.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44166760.7300.540.35135.7458.141.18
Hex2CA64C4903623883a29
Octal54246114111066432107251
Binary1011001010011010011001001001011011010001110001000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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