#2AB74A

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

Shades of Chateau Green #2AB74A

Tints of Chateau Green #2AB74A

Color information

#2AB74A (or 0x2AB74A) is unknown color: approx Chateau Green. HEX triplet: 2A, B7 and 4A. RGB value is (42,183,74). Sum of RGB (Red+Green+Blue) = 42+183+74=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB74A is #D548B5. Grayscale: #808080. Windows color (decimal): -13977782 or 4896554. OLE color: 4896554.

HSL color Cylindrical-coordinate representation of color #2AB74A: hue angle of 133.62º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB74A is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB4218374-
CMYK0.7700.600.28
HSL133.62º62.67%44.12%-
HSV(B)133.62º77.05%71.76%-
XYZ19.1234.8512.2-
YUV128.4297.2966.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 183 (71.88% from 255) = 61.20%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=14.05%
G=61.20%
B=24.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42183740.7700.600.28133.6262.6744.12
Hex2AB74A4D03C1C863f2c
Octal52267112115074342067754
Binary101010101101111001010100110101111001110010000110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,183,74); }

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

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

 a { background-color: rgb(42,183,74); }

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

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

 span { border-color: rgb(42,183,74); }

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