Html Css Color HEX #02B880 Mountain Meadow

📋 copy color: '#02B880'

red 2 ◦ green 184 ◦ blue 128

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

Shades of Mountain Meadow #02B880

Tints of Mountain Meadow #02B880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.6%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 0.64%
G = 58.6%
B = 40.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#02B880 (or 0x02B880) is known color: Mountain Meadow. HEX triplet: 02, B8 and 80. RGB value is (2,184,128). Sum of RGB (Red+Green+Blue) = 2+184+128=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 184 (72.27% from 255 or 58.60% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 184 - color contains mainly: green. Hex color #02B880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B880 is #FD477F. Grayscale: #7B7B7B. Windows color (decimal): -16598912 or 8435714. OLE color: 8435714.

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

Color convert

RGB 2 184 128 -
CMYK 0.99 0 0.30 0.28
HSL 161.54º 0.98% 0.36% -
HSV(B) 161.54º 0.99% 0.72% -
XYZ 21.06 35.85 26.23 -
YUV 123.2 130.7 41.55 -
System Red Green Blue C M Y K H S L
Decimal 2 184 128 0.99 0 0.30 0.28 161.54 0.98 0.36
Hex 2 B8 80 63 0 1E 1C A2 62 24
Octal 2 270 200 143 0 36 34 242 142 44
Binary 10 10111000 10000000 1100011 0 11110 11100 10100010 1100010 100100

Color Harmonies of #02B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B880

Black with #02B880

Text Example


Text Example

White with #02B880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,184,128); }

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

background-color css

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

 a { background-color: rgb(2,184,128); }

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

border-color css

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

 span { border-color: rgb(2,184,128); }

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