#021B00

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

Shades of Myrtle #021B00

Tints of Myrtle #021B00

Color information

#021B00 (or 0x021B00) is unknown color: approx Myrtle. HEX triplet: 02, 1B and 00. RGB value is (2,27,0). Sum of RGB (Red+Green+Blue) = 2+27+0=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 27 (10.94% from 255 or 93.10% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 27 - color contains mainly: green. Hex color #021B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B00 is #FDE4FF. Grayscale: #101010. Windows color (decimal): -16639232 or 6914. OLE color: 6914.

HSL color Cylindrical-coordinate representation of color #021B00: hue angle of 115.56º 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 #021B00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB2270-
CMYK0.93010.89
HSL115.56º100%5.29%-
HSV(B)115.56º100%10.59%-
XYZ0.420.80.13-
YUV16.45118.72117.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 27 (10.94% from 255) = 93.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.90%
G=93.10%
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
Decimal22700.93010.89115.561005.29
Hex21B05D0645974645
Octal233013501441311641445
Binary10110110101110101100100101100111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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