Html Css Color HEX #02B981 Mountain Meadow

📋 copy color: '#02B981'

red 2 ◦ green 185 ◦ blue 129

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

Shades of Mountain Meadow #02B981

Tints of Mountain Meadow #02B981

RGB

 RED value IS 2 (1.17% from 255) = 0.63%

 GREEN value IS 185 (72.66% from 255) = 58.54%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 0.63%
G = 58.54%
B = 40.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#02B981 (or 0x02B981) is known color: Mountain Meadow. HEX triplet: 02, B9 and 81. RGB value is (2,185,129). Sum of RGB (Red+Green+Blue) = 2+185+129=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #02B981 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B981 is #FD467E. Grayscale: #7B7B7B. Windows color (decimal): -16598655 or 8501506. OLE color: 8501506.

HSL color Cylindrical-coordinate representation of color #02B981: hue angle of 161.64º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B981 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 185 129 -
CMYK 0.99 0 0.30 0.27
HSL 161.64º 0.98% 0.37% -
HSV(B) 161.64º 0.99% 0.73% -
XYZ 21.34 36.3 26.65 -
YUV 123.9 130.87 41.05 -
System Red Green Blue C M Y K H S L
Decimal 2 185 129 0.99 0 0.30 0.27 161.64 0.98 0.37
Hex 2 B9 81 63 0 1E 1B A2 62 25
Octal 2 271 201 143 0 36 33 242 142 45
Binary 10 10111001 10000001 1100011 0 11110 11011 10100010 1100010 100101

Color Harmonies of #02B981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B981

Black with #02B981

Text Example


Text Example

White with #02B981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02B981; }

 p { color: rgb(2,185,129); }

 H1.HeaderClassName
 {
   color: #02B981;
 }
 .AnyTagClassName
 {
   color: #02B981;
 }
</style>

background-color css

<style>
 a { background-color: #02B981; }

 a { background-color: rgb(2,185,129); }

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

border-color css

<style>
 span { border-color: #02B981; }

 span { border-color: rgb(2,185,129); }

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