Html Css Color HEX #2ABA51 Chateau Green

📋 copy color: '#2ABA51'

red 42 ◦ green 186 ◦ blue 81

#2ABA51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #2ABA51

Tints of Chateau Green #2ABA51

RGB

 RED value IS 42 (16.8% 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 value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#2ABA51 (or 0x2ABA51) is known color: 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

RGB 42 186 81 -
CMYK 0.77 0 0.56 0.27
HSL 136.25º 0.63% 0.45% -
HSV(B) 136.25º 0.77% 0.73% -
XYZ 20 36.2 13.72 -
YUV 130.97 99.79 64.54 -
System Red Green Blue C M Y K H S L
Decimal 42 186 81 0.77 0 0.56 0.27 136.25 0.63 0.45
Hex 2A BA 51 4D 0 38 1B 88 3F 2D
Octal 52 272 121 115 0 70 33 210 77 55
Binary 101010 10111010 1010001 1001101 0 111000 11011 10001000 111111 101101

Color Harmonies of #2ABA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA51

Black with #2ABA51

Text Example


Text Example

White with #2ABA51

Text Example


Text Example

HTML Codes & Css Web 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>