Html Css Color HEX #2ABC53 Chateau Green

📋 copy color: '#2ABC53'

red 42 ◦ green 188 ◦ blue 83

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

Shades of Chateau Green #2ABC53

Tints of Chateau Green #2ABC53

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.06%

 BLUE value IS 83 (32.81% from 255) = 26.52%

R = 13.42%
G = 60.06%
B = 26.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#2ABC53 (or 0x2ABC53) is known color: Chateau Green. HEX triplet: 2A, BC and 53. RGB value is (42,188,83). Sum of RGB (Red+Green+Blue) = 42+188+83=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC53 is #D543AC. Grayscale: #848484. Windows color (decimal): -13976493 or 5487658. OLE color: 5487658.

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

Color convert

RGB 42 188 83 -
CMYK 0.78 0 0.56 0.26
HSL 136.85º 0.63% 0.45% -
HSV(B) 136.85º 0.78% 0.74% -
XYZ 20.5 37.08 14.26 -
YUV 132.38 100.13 63.54 -
System Red Green Blue C M Y K H S L
Decimal 42 188 83 0.78 0 0.56 0.26 136.85 0.63 0.45
Hex 2A BC 53 4E 0 38 1A 89 3F 2D
Octal 52 274 123 116 0 70 32 211 77 55
Binary 101010 10111100 1010011 1001110 0 111000 11010 10001001 111111 101101

Color Harmonies of #2ABC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC53

Black with #2ABC53

Text Example


Text Example

White with #2ABC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,83); }

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

background-color css

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

 a { background-color: rgb(42,188,83); }

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

border-color css

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

 span { border-color: rgb(42,188,83); }

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