#021600

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

Shades of Myrtle #021600

Tints of Myrtle #021600

Color information

#021600 (or 0x021600) is unknown color: approx Myrtle. HEX triplet: 02, 16 and 00. RGB value is (2,22,0). Sum of RGB (Red+Green+Blue) = 2+22+0=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 22 (8.98% from 255 or 91.67% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 22 - color contains mainly: green. Hex color #021600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021600 is #FDE9FF. Grayscale: #0D0D0D. Windows color (decimal): -16640512 or 5634. OLE color: 5634.

HSL color Cylindrical-coordinate representation of color #021600: hue angle of 114.55º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #021600 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB2220-
CMYK0.91010.91
HSL114.55º100%4.31%-
HSV(B)114.55º100%8.63%-
XYZ0.310.590.1-
YUV13.51120.37119.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.33%
GREEN value IS 22 (8.98% from 255) = 91.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.33%
G=91.67%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22200.91010.91114.551004.31
Hex21605B0645B73644
Octal226013301441331631444
Binary10101100101101101100100101101111100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021600; }

 p { color: rgb(2,22,0); }

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

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

 a { background-color: rgb(2,22,0); }

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

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

 span { border-color: rgb(2,22,0); }

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