#050F02

Color #050F02 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #050F02

Tints of Myrtle #050F02

Color information

#050F02 (or 0x050F02) is unknown color: approx Myrtle. HEX triplet: 05, 0F and 02. RGB value is (5,15,2). Sum of RGB (Red+Green+Blue) = 5+15+2=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 15 (6.25% from 255 or 68.18% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 15 - color contains mainly: green. Hex color #050F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F02 is #FAF0FD. Grayscale: #0A0A0A. Windows color (decimal): -16445694 or 134917. OLE color: 134917.

HSL color Cylindrical-coordinate representation of color #050F02: hue angle of 106.15º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #050F02 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB5152-
CMYK0.6700.870.94
HSL106.15º76.47%3.33%-
HSV(B)106.15º86.67%5.88%-
XYZ0.240.380.12-
YUV10.53123.19124.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 22.73%
GREEN value IS 15 (6.25% from 255) = 68.18%
BLUE value IS 2 (1.17% from 255) = 9.09%
R=22.73%
G=68.18%
B=9.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal51520.6700.870.94106.1576.473.33
Hex5F2430575E6a4c3
Octal517210301271361521143
Binary10111111010000110101011110111101101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050F02; }

 p { color: rgb(5,15,2); }

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

<style>
 a { background-color: #050F02; }

 a { background-color: rgb(5,15,2); }

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

<style>
 span { border-color: #050F02; }

 span { border-color: rgb(5,15,2); }

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