#012002

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

Shades of Myrtle #012002

Tints of Myrtle #012002

Color information

#012002 (or 0x012002) is unknown color: approx Myrtle. HEX triplet: 01, 20 and 02. RGB value is (1,32,2). Sum of RGB (Red+Green+Blue) = 1+32+2=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 32 (12.89% from 255 or 91.43% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 32 - color contains mainly: green. Hex color #012002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012002 is #FEDFFD. Grayscale: #131313. Windows color (decimal): -16703486 or 139265. OLE color: 139265.

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

Color convert

RGB1322-
CMYK0.9700.940.87
HSL121.94º93.94%6.47%-
HSV(B)121.94º96.88%12.55%-
XYZ0.541.040.23-
YUV19.31118.23114.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 32 (12.89% from 255) = 91.43%
BLUE value IS 2 (1.17% from 255) = 5.71%
R=2.86%
G=91.43%
B=5.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13220.9700.940.87121.9493.946.47
Hex12026105E577a5e6
Octal140214101361271721366
Binary110000010110000101011110101011111110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012002; }

 p { color: rgb(1,32,2); }

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

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

 a { background-color: rgb(1,32,2); }

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

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

 span { border-color: rgb(1,32,2); }

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