#2ABB52

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

Shades of Chateau Green #2ABB52

Tints of Chateau Green #2ABB52

Color information

#2ABB52 (or 0x2ABB52) is unknown color: approx Chateau Green. HEX triplet: 2A, BB and 52. RGB value is (42,187,82). Sum of RGB (Red+Green+Blue) = 42+187+82=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB52 is #D544AD. Grayscale: #838383. Windows color (decimal): -13976750 or 5421866. OLE color: 5421866.

HSL color Cylindrical-coordinate representation of color #2ABB52: hue angle of 136.55º 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 #2ABB52 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB4218782-
CMYK0.7800.560.27
HSL136.55º63.32%44.9%-
HSV(B)136.55º77.54%73.33%-
XYZ20.2536.6413.99-
YUV131.6899.9664.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 187 (73.44% from 255) = 60.13%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=13.50%
G=60.13%
B=26.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42187820.7800.560.27136.5563.3244.9
Hex2ABB524E0381B893f2d
Octal52273122116070332117755
Binary101010101110111010010100111001110001101110001001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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