Html Css Color HEX #02B380 Mountain Meadow

📋 copy color: '#02B380'

red 2 ◦ green 179 ◦ blue 128

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

Shades of Mountain Meadow #02B380

Tints of Mountain Meadow #02B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.93%

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

R = 0.65%
G = 57.93%
B = 41.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#02B380 (or 0x02B380) is known color: Mountain Meadow. HEX triplet: 02, B3 and 80. RGB value is (2,179,128). Sum of RGB (Red+Green+Blue) = 2+179+128=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #02B380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B380 is #FD4C7F. Grayscale: #787878. Windows color (decimal): -16600192 or 8434434. OLE color: 8434434.

HSL color Cylindrical-coordinate representation of color #02B380: hue angle of 162.71º 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 #02B380 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 179 128 -
CMYK 0.99 0 0.28 0.30
HSL 162.71º 0.98% 0.35% -
HSV(B) 162.71º 0.99% 0.7% -
XYZ 20.04 33.81 25.89 -
YUV 120.26 132.36 43.65 -
System Red Green Blue C M Y K H S L
Decimal 2 179 128 0.99 0 0.28 0.30 162.71 0.98 0.35
Hex 2 B3 80 63 0 1C 1E A3 62 23
Octal 2 263 200 143 0 34 36 243 142 43
Binary 10 10110011 10000000 1100011 0 11100 11110 10100011 1100010 100011

Color Harmonies of #02B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B380

Black with #02B380

Text Example


Text Example

White with #02B380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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