#2ABB50

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

Shades of Chateau Green #2ABB50

Tints of Chateau Green #2ABB50

Color information

#2ABB50 (or 0x2ABB50) is unknown color: approx Chateau Green. HEX triplet: 2A, BB and 50. RGB value is (42,187,80). Sum of RGB (Red+Green+Blue) = 42+187+80=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB50 is #D544AF. Grayscale: #838383. Windows color (decimal): -13976752 or 5290794. OLE color: 5290794.

HSL color Cylindrical-coordinate representation of color #2ABB50: hue angle of 135.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB50 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB4218780-
CMYK0.7800.570.27
HSL135.72º63.32%44.9%-
HSV(B)135.72º77.54%73.33%-
XYZ20.1736.6113.59-
YUV131.4598.9664.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.59%
GREEN value IS 187 (73.44% from 255) = 60.52%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=13.59%
G=60.52%
B=25.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42187800.7800.570.27135.7263.3244.9
Hex2ABB504E0391B883f2d
Octal52273120116071332107755
Binary101010101110111010000100111001110011101110001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,187,80); }

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

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

 a { background-color: rgb(42,187,80); }

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

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

 span { border-color: rgb(42,187,80); }

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