#021C00

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

Shades of Myrtle #021C00

Tints of Myrtle #021C00

Color information

#021C00 (or 0x021C00) is unknown color: approx Myrtle. HEX triplet: 02, 1C and 00. RGB value is (2,28,0). Sum of RGB (Red+Green+Blue) = 2+28+0=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 28 (11.33% from 255 or 93.33% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 28 - color contains mainly: green. Hex color #021C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C00 is #FDE3FF. Grayscale: #111111. Windows color (decimal): -16638976 or 7170. OLE color: 7170.

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

Color convert

RGB2280-
CMYK0.93010.89
HSL115.71º100%5.49%-
HSV(B)115.71º100%10.98%-
XYZ0.440.840.14-
YUV17.03118.39117.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 28 (11.33% from 255) = 93.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.67%
G=93.33%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal22800.93010.89115.711005.49
Hex21C05D0645974645
Octal234013501441311641445
Binary10111000101110101100100101100111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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