Html Css Color HEX #02B282 Mountain Meadow

📋 copy color: '#02B282'

red 2 ◦ green 178 ◦ blue 130

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

Shades of Mountain Meadow #02B282

Tints of Mountain Meadow #02B282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.42%

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

R = 0.65%
G = 57.42%
B = 41.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#02B282 (or 0x02B282) is known color: Mountain Meadow. HEX triplet: 02, B2 and 82. RGB value is (2,178,130). Sum of RGB (Red+Green+Blue) = 2+178+130=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #02B282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B282 is #FD4D7D. Grayscale: #777777. Windows color (decimal): -16600446 or 8565250. OLE color: 8565250.

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

Color convert

RGB 2 178 130 -
CMYK 0.99 0 0.27 0.30
HSL 163.64º 0.98% 0.35% -
HSV(B) 163.64º 0.99% 0.7% -
XYZ 19.97 33.47 26.53 -
YUV 119.9 133.69 43.9 -
System Red Green Blue C M Y K H S L
Decimal 2 178 130 0.99 0 0.27 0.30 163.64 0.98 0.35
Hex 2 B2 82 63 0 1B 1E A4 62 23
Octal 2 262 202 143 0 33 36 244 142 43
Binary 10 10110010 10000010 1100011 0 11011 11110 10100100 1100010 100011

Color Harmonies of #02B282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B282

Black with #02B282

Text Example


Text Example

White with #02B282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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