Html Css Color HEX #2ABB7B Mountain Meadow

📋 copy color: '#2ABB7B'

red 42 ◦ green 187 ◦ blue 123

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

Shades of Mountain Meadow #2ABB7B

Tints of Mountain Meadow #2ABB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 11.93%
G = 53.13%
B = 34.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#2ABB7B (or 0x2ABB7B) is known color: Mountain Meadow. HEX triplet: 2A, BB and 7B. RGB value is (42,187,123). Sum of RGB (Red+Green+Blue) = 42+187+123=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB7B is #D54484. Grayscale: #888888. Windows color (decimal): -13976709 or 8108842. OLE color: 8108842.

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

Color convert

RGB 42 187 123 -
CMYK 0.78 0 0.34 0.27
HSL 153.52º 0.63% 0.45% -
HSV(B) 153.52º 0.78% 0.73% -
XYZ 22.3 37.46 24.79 -
YUV 136.35 120.46 60.7 -
System Red Green Blue C M Y K H S L
Decimal 42 187 123 0.78 0 0.34 0.27 153.52 0.63 0.45
Hex 2A BB 7B 4E 0 22 1B 9A 3F 2D
Octal 52 273 173 116 0 42 33 232 77 55
Binary 101010 10111011 1111011 1001110 0 100010 11011 10011010 111111 101101

Color Harmonies of #2ABB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB7B

Black with #2ABB7B

Text Example


Text Example

White with #2ABB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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