#2A9C40

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

Shades of Chateau Green #2A9C40

Tints of Chateau Green #2A9C40

Color information

#2A9C40 (or 0x2A9C40) is unknown color: approx Chateau Green. HEX triplet: 2A, 9C and 40. RGB value is (42,156,64). Sum of RGB (Red+Green+Blue) = 42+156+64=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 156 (61.33% from 255 or 59.54% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9C40 is #D563BF. Grayscale: #6F6F6F. Windows color (decimal): -13984704 or 4234282. OLE color: 4234282.

HSL color Cylindrical-coordinate representation of color #2A9C40: hue angle of 131.58º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9C40 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB4215664-
CMYK0.7300.590.39
HSL131.58º57.58%38.82%-
HSV(B)131.58º73.08%61.18%-
XYZ13.7724.648.88-
YUV111.43101.2378.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 156 (61.33% from 255) = 59.54%
BLUE value IS 64 (25.39% from 255) = 24.43%
R=16.03%
G=59.54%
B=24.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42156640.7300.590.39131.5857.5838.82
Hex2A9C404903B27843a27
Octal52234100111073472047247
Binary1010101001110010000001001001011101110011110000100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,156,64); }

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

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

 a { background-color: rgb(42,156,64); }

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

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

 span { border-color: rgb(42,156,64); }

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