Html Css Color HEX #02B482 Mountain Meadow

📋 copy color: '#02B482'

red 2 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #02B482

Tints of Mountain Meadow #02B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.69%

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 0.64%
G = 57.69%
B = 41.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#02B482 (or 0x02B482) is known color: Mountain Meadow. HEX triplet: 02, B4 and 82. RGB value is (2,180,130). Sum of RGB (Red+Green+Blue) = 2+180+130=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #02B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B482 is #FD4B7D. Grayscale: #797979. Windows color (decimal): -16599934 or 8565762. OLE color: 8565762.

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

Color convert

RGB 2 180 130 -
CMYK 0.99 0 0.28 0.29
HSL 163.15º 0.98% 0.36% -
HSV(B) 163.15º 0.99% 0.71% -
XYZ 20.38 34.27 26.66 -
YUV 121.08 133.03 43.07 -
System Red Green Blue C M Y K H S L
Decimal 2 180 130 0.99 0 0.28 0.29 163.15 0.98 0.36
Hex 2 B4 82 63 0 1C 1D A3 62 24
Octal 2 264 202 143 0 34 35 243 142 44
Binary 10 10110100 10000010 1100011 0 11100 11101 10100011 1100010 100100

Color Harmonies of #02B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B482

Black with #02B482

Text Example


Text Example

White with #02B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,180,130); }

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

background-color css

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

 a { background-color: rgb(2,180,130); }

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

border-color css

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

 span { border-color: rgb(2,180,130); }

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