#2CA642

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

Shades of Chateau Green #2CA642

Tints of Chateau Green #2CA642

Color information

#2CA642 (or 0x2CA642) is unknown color: approx Chateau Green. HEX triplet: 2C, A6 and 42. RGB value is (44,166,66). Sum of RGB (Red+Green+Blue) = 44+166+66=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA642 is #D359BD. Grayscale: #767676. Windows color (decimal): -13851070 or 4367916. OLE color: 4367916.

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

Color convert

RGB4416666-
CMYK0.7300.600.35
HSL130.82º58.1%41.18%-
HSV(B)130.82º73.49%65.1%-
XYZ15.6628.29.77-
YUV118.1298.5875.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.94%
GREEN value IS 166 (65.23% from 255) = 60.14%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=15.94%
G=60.14%
B=23.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44166660.7300.600.35130.8258.141.18
Hex2CA6424903C23833a29
Octal54246102111074432037251
Binary1011001010011010000101001001011110010001110000011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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