#2ABA51

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

Shades of Chateau Green #2ABA51

Tints of Chateau Green #2ABA51

Color information

#2ABA51 (or 0x2ABA51) is unknown color: approx Chateau Green. HEX triplet: 2A, BA and 51. RGB value is (42,186,81). Sum of RGB (Red+Green+Blue) = 42+186+81=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA51 is #D545AE. Grayscale: #838383. Windows color (decimal): -13977007 or 5356074. OLE color: 5356074.

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

Color convert

RGB4218681-
CMYK0.7700.560.27
HSL136.25º63.16%44.71%-
HSV(B)136.25º77.42%72.94%-
XYZ2036.213.72-
YUV130.9799.7964.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.59%
GREEN value IS 186 (73.05% from 255) = 60.19%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=13.59%
G=60.19%
B=26.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42186810.7700.560.27136.2563.1644.71
Hex2ABA514D0381B883f2d
Octal52272121115070332107755
Binary101010101110101010001100110101110001101110001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,186,81); }

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

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

 a { background-color: rgb(42,186,81); }

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

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

 span { border-color: rgb(42,186,81); }

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