Html Css Color HEX #2ABB7F Mountain Meadow

📋 copy color: '#2ABB7F'

red 42 ◦ green 187 ◦ blue 127

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

Shades of Mountain Meadow #2ABB7F

Tints of Mountain Meadow #2ABB7F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.53%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 11.8%
G = 52.53%
B = 35.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#2ABB7F (or 0x2ABB7F) is known color: Mountain Meadow. HEX triplet: 2A, BB and 7F. RGB value is (42,187,127). Sum of RGB (Red+Green+Blue) = 42+187+127=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB7F is #D54480. Grayscale: #888888. Windows color (decimal): -13976705 or 8370986. OLE color: 8370986.

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

Color convert

RGB 42 187 127 -
CMYK 0.78 0 0.32 0.27
HSL 155.17º 0.63% 0.45% -
HSV(B) 155.17º 0.78% 0.73% -
XYZ 22.56 37.57 26.14 -
YUV 136.81 122.46 60.38 -
System Red Green Blue C M Y K H S L
Decimal 42 187 127 0.78 0 0.32 0.27 155.17 0.63 0.45
Hex 2A BB 7F 4E 0 20 1B 9B 3F 2D
Octal 52 273 177 116 0 40 33 233 77 55
Binary 101010 10111011 1111111 1001110 0 100000 11011 10011011 111111 101101

Color Harmonies of #2ABB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB7F

Black with #2ABB7F

Text Example


Text Example

White with #2ABB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,127); }

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

background-color css

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

 a { background-color: rgb(42,187,127); }

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

border-color css

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

 span { border-color: rgb(42,187,127); }

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