#2A9A3F

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

Shades of Chateau Green #2A9A3F

Tints of Chateau Green #2A9A3F

Color information

#2A9A3F (or 0x2A9A3F) is unknown color: approx Chateau Green. HEX triplet: 2A, 9A and 3F. RGB value is (42,154,63). Sum of RGB (Red+Green+Blue) = 42+154+63=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 154 (60.55% from 255 or 59.46% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9A3F is #D565C0. Grayscale: #6E6E6E. Windows color (decimal): -13985217 or 4168234. OLE color: 4168234.

HSL color Cylindrical-coordinate representation of color #2A9A3F: hue angle of 131.25º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9A3F is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB4215463-
CMYK0.7300.590.40
HSL131.25º57.14%38.43%-
HSV(B)131.25º72.73%60.39%-
XYZ13.4123.968.62-
YUV110.14101.3979.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 154 (60.55% from 255) = 59.46%
BLUE value IS 63 (25% from 255) = 24.32%
R=16.22%
G=59.46%
B=24.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42154630.7300.590.40131.2557.1438.43
Hex2A9A3F4903B28833926
Octal5223277111073502037146
Binary101010100110101111111001001011101110100010000011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,154,63); }

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

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

 a { background-color: rgb(42,154,63); }

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

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

 span { border-color: rgb(42,154,63); }

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