#2AB148

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

Shades of Chateau Green #2AB148

Tints of Chateau Green #2AB148

Color information

#2AB148 (or 0x2AB148) is unknown color: approx Chateau Green. HEX triplet: 2A, B1 and 48. RGB value is (42,177,72). Sum of RGB (Red+Green+Blue) = 42+177+72=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 177 (69.53% from 255 or 60.82% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB148 is #D54EB7. Grayscale: #7C7C7C. Windows color (decimal): -13979320 or 4763946. OLE color: 4763946.

HSL color Cylindrical-coordinate representation of color #2AB148: hue angle of 133.33º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB148 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB4217772-
CMYK0.7600.590.31
HSL133.33º61.64%42.94%-
HSV(B)133.33º76.27%69.41%-
XYZ17.8532.411.44-
YUV124.6698.2769.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 177 (69.53% from 255) = 60.82%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=14.43%
G=60.82%
B=24.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42177720.7600.590.31133.3361.6442.94
Hex2AB1484C03B1F853e2b
Octal52261110114073372057653
Binary101010101100011001000100110001110111111110000101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,177,72); }

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

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

 a { background-color: rgb(42,177,72); }

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

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

 span { border-color: rgb(42,177,72); }

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