#021C01

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

Shades of Myrtle #021C01

Tints of Myrtle #021C01

Color information

#021C01 (or 0x021C01) is unknown color: approx Myrtle. HEX triplet: 02, 1C and 01. RGB value is (2,28,1). Sum of RGB (Red+Green+Blue) = 2+28+1=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 28 (11.33% from 255 or 90.32% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 28 - color contains mainly: green. Hex color #021C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C01 is #FDE3FE. Grayscale: #111111. Windows color (decimal): -16638975 or 72706. OLE color: 72706.

HSL color Cylindrical-coordinate representation of color #021C01: hue angle of 117.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021C01 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB2281-
CMYK0.9300.960.89
HSL117.78º93.1%5.69%-
HSV(B)117.78º96.43%10.98%-
XYZ0.450.850.17-
YUV17.15118.89117.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.45%
GREEN value IS 28 (11.33% from 255) = 90.32%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=6.45%
G=90.32%
B=3.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal22810.9300.960.89117.7893.15.69
Hex21C15D06059765d6
Octal234113501401311661356
Binary10111001101110101100000101100111101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021C01; }

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

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

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

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

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

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

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

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