Html Css Color HEX #2ABA50 Chateau Green

📋 copy color: '#2ABA50'

red 42 ◦ green 186 ◦ blue 80

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

Shades of Chateau Green #2ABA50

Tints of Chateau Green #2ABA50

RGB

 RED value IS 42 (16.8% from 255) = 13.64%

 GREEN value IS 186 (73.05% from 255) = 60.39%

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 13.64%
G = 60.39%
B = 25.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#2ABA50 (or 0x2ABA50) is known color: Chateau Green. HEX triplet: 2A, BA and 50. RGB value is (42,186,80). Sum of RGB (Red+Green+Blue) = 42+186+80=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA50 is #D545AF. Grayscale: #838383. Windows color (decimal): -13977008 or 5290538. OLE color: 5290538.

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

Color convert

RGB 42 186 80 -
CMYK 0.77 0 0.57 0.27
HSL 135.83º 0.63% 0.45% -
HSV(B) 135.83º 0.77% 0.73% -
XYZ 19.96 36.19 13.52 -
YUV 130.86 99.29 64.62 -
System Red Green Blue C M Y K H S L
Decimal 42 186 80 0.77 0 0.57 0.27 135.83 0.63 0.45
Hex 2A BA 50 4D 0 39 1B 88 3F 2D
Octal 52 272 120 115 0 71 33 210 77 55
Binary 101010 10111010 1010000 1001101 0 111001 11011 10001000 111111 101101

Color Harmonies of #2ABA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA50

Black with #2ABA50

Text Example


Text Example

White with #2ABA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ABA50;
 }
 .AnyTagClassName
 {
   color: #2ABA50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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