#021901

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

Shades of Myrtle #021901

Tints of Myrtle #021901

Color information

#021901 (or 0x021901) is unknown color: approx Myrtle. HEX triplet: 02, 19 and 01. RGB value is (2,25,1). Sum of RGB (Red+Green+Blue) = 2+25+1=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 25 (10.16% from 255 or 89.29% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 25 - color contains mainly: green. Hex color #021901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021901 is #FDE6FE. Grayscale: #0F0F0F. Windows color (decimal): -16639743 or 71938. OLE color: 71938.

HSL color Cylindrical-coordinate representation of color #021901: hue angle of 117.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021901 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB2251-
CMYK0.9200.960.90
HSL117.5º92.31%5.1%-
HSV(B)117.5º96%9.8%-
XYZ0.380.710.15-
YUV15.39119.88118.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.14%
GREEN value IS 25 (10.16% from 255) = 89.29%
BLUE value IS 1 (0.78% from 255) = 3.57%
R=7.14%
G=89.29%
B=3.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal22510.9200.960.90117.592.315.1
Hex21915C0605A765c5
Octal231113401401321661345
Binary10110011101110001100000101101011101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021901; }

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

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

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

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

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

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

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

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