#012100

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

Shades of Myrtle #012100

Tints of Myrtle #012100

Color information

#012100 (or 0x012100) is unknown color: approx Myrtle. HEX triplet: 01, 21 and 00. RGB value is (1,33,0). Sum of RGB (Red+Green+Blue) = 1+33+0=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 33 (13.28% from 255 or 97.06% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 33 - color contains mainly: green. Hex color #012100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012100 is #FEDEFF. Grayscale: #131313. Windows color (decimal): -16703232 or 8449. OLE color: 8449.

HSL color Cylindrical-coordinate representation of color #012100: hue angle of 118.18º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012100 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB1330-
CMYK0.97010.87
HSL118.18º100%6.47%-
HSV(B)118.18º100%12.94%-
XYZ0.561.090.18-
YUV19.67116.9114.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 33 (13.28% from 255) = 97.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.94%
G=97.06%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13300.97010.87118.181006.47
Hex1210610645776646
Octal141014101441271661446
Binary11000010110000101100100101011111101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012100; }

 p { color: rgb(1,33,0); }

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

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

 a { background-color: rgb(1,33,0); }

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

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

 span { border-color: rgb(1,33,0); }

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