Html Css Color HEX #02B383 Mountain Meadow

📋 copy color: '#02B383'

red 2 ◦ green 179 ◦ blue 131

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

Shades of Mountain Meadow #02B383

Tints of Mountain Meadow #02B383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.99%

R = 0.64%
G = 57.37%
B = 41.99%

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

#02B383 (or 0x02B383) is known color: Mountain Meadow. HEX triplet: 02, B3 and 83. RGB value is (2,179,131). Sum of RGB (Red+Green+Blue) = 2+179+131=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #02B383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B383 is #FD4C7C. Grayscale: #787878. Windows color (decimal): -16600189 or 8631042. OLE color: 8631042.

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

Color convert

RGB 2 179 131 -
CMYK 0.99 0 0.27 0.30
HSL 163.73º 0.98% 0.35% -
HSV(B) 163.73º 0.99% 0.7% -
XYZ 20.24 33.89 26.95 -
YUV 120.61 133.86 43.4 -
System Red Green Blue C M Y K H S L
Decimal 2 179 131 0.99 0 0.27 0.30 163.73 0.98 0.35
Hex 2 B3 83 63 0 1B 1E A4 62 23
Octal 2 263 203 143 0 33 36 244 142 43
Binary 10 10110011 10000011 1100011 0 11011 11110 10100100 1100010 100011

Color Harmonies of #02B383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B383

Black with #02B383

Text Example


Text Example

White with #02B383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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