#2A9B3F

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

Shades of Chateau Green #2A9B3F

Tints of Chateau Green #2A9B3F

Color information

#2A9B3F (or 0x2A9B3F) is unknown color: approx Chateau Green. HEX triplet: 2A, 9B and 3F. RGB value is (42,155,63). Sum of RGB (Red+Green+Blue) = 42+155+63=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 155 (60.94% from 255 or 59.62% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9B3F is #D564C0. Grayscale: #6E6E6E. Windows color (decimal): -13984961 or 4168490. OLE color: 4168490.

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

Color convert

RGB4215563-
CMYK0.7300.590.39
HSL131.15º57.36%38.63%-
HSV(B)131.15º72.9%60.78%-
XYZ13.5724.298.68-
YUV110.72101.0678.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.15%
GREEN value IS 155 (60.94% from 255) = 59.62%
BLUE value IS 63 (25% from 255) = 24.23%
R=16.15%
G=59.62%
B=24.23%

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
Decimal42155630.7300.590.39131.1557.3638.63
Hex2A9B3F4903B27833927
Octal5223377111073472037147
Binary101010100110111111111001001011101110011110000011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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