#2A9C44

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

Shades of Chateau Green #2A9C44

Tints of Chateau Green #2A9C44

Color information

#2A9C44 (or 0x2A9C44) is unknown color: approx Chateau Green. HEX triplet: 2A, 9C and 44. RGB value is (42,156,68). Sum of RGB (Red+Green+Blue) = 42+156+68=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9C44 is #D563BB. Grayscale: #707070. Windows color (decimal): -13984700 or 4496426. OLE color: 4496426.

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

Color convert

RGB4215668-
CMYK0.7300.560.39
HSL133.68º57.58%38.82%-
HSV(B)133.68º73.08%61.18%-
XYZ13.8924.699.5-
YUV111.88103.2378.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 156 (61.33% from 255) = 58.65%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=15.79%
G=58.65%
B=25.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42156680.7300.560.39133.6857.5838.82
Hex2A9C444903827863a27
Octal52234104111070472067247
Binary1010101001110010001001001001011100010011110000110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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