Html Css Color HEX #2ABF87 Mountain Meadow

📋 copy color: '#2ABF87'

red 42 ◦ green 191 ◦ blue 135

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

Shades of Mountain Meadow #2ABF87

Tints of Mountain Meadow #2ABF87

RGB

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

 GREEN value IS 191 (75% from 255) = 51.9%

 BLUE value IS 135 (53.13% from 255) = 36.68%

R = 11.41%
G = 51.9%
B = 36.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#2ABF87 (or 0x2ABF87) is known color: Mountain Meadow. HEX triplet: 2A, BF and 87. RGB value is (42,191,135). Sum of RGB (Red+Green+Blue) = 42+191+135=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABF87 is #D54078. Grayscale: #8C8C8C. Windows color (decimal): -13975673 or 8896298. OLE color: 8896298.

HSL color Cylindrical-coordinate representation of color #2ABF87: hue angle of 157.45º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABF87 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 191 135 -
CMYK 0.78 0 0.29 0.25
HSL 157.45º 0.64% 0.46% -
HSV(B) 157.45º 0.78% 0.75% -
XYZ 23.96 39.5 29.28 -
YUV 140.07 125.14 58.05 -
System Red Green Blue C M Y K H S L
Decimal 42 191 135 0.78 0 0.29 0.25 157.45 0.64 0.46
Hex 2A BF 87 4E 0 1D 19 9D 40 2E
Octal 52 277 207 116 0 35 31 235 100 56
Binary 101010 10111111 10000111 1001110 0 11101 11001 10011101 1000000 101110

Color Harmonies of #2ABF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF87

Black with #2ABF87

Text Example


Text Example

White with #2ABF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,191,135); }

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

background-color css

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

 a { background-color: rgb(42,191,135); }

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

border-color css

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

 span { border-color: rgb(42,191,135); }

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