#02B585

Color #02B585 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #02B585

Tints of Mountain Meadow #02B585

Color information

#02B585 (or 0x02B585) is unknown color: approx Mountain Meadow. HEX triplet: 02, B5 and 85. RGB value is (2,181,133). Sum of RGB (Red+Green+Blue) = 2+181+133=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #02B585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B585 is #FD4A7A. Grayscale: #7A7A7A. Windows color (decimal): -16599675 or 8762626. OLE color: 8762626.

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

Color convert

RGB2181133-
CMYK0.9900.270.29
HSL163.91º97.81%35.88%-
HSV(B)163.91º98.9%70.98%-
XYZ20.7834.7527.8-
YUV122.01134.242.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 181 (71.09% from 255) = 57.28%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=0.63%
G=57.28%
B=42.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21811330.9900.270.29163.9197.8135.88
Hex2B5856301B1Da46224
Octal22652051430333524414244
Binary101011010110000101110001101101111101101001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,181,133); }

 H1.HeaderClassName
 {
   color: #02B585;
 }
 .AnyTagClassName
 {
   color: #02B585;
 }
</style>
background-color css

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

 a { background-color: rgb(2,181,133); }

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

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

 span { border-color: rgb(2,181,133); }

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