#012200

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

Shades of Myrtle #012200

Tints of Myrtle #012200

Color information

#012200 (or 0x012200) is unknown color: approx Myrtle. HEX triplet: 01, 22 and 00. RGB value is (1,34,0). Sum of RGB (Red+Green+Blue) = 1+34+0=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 34 (13.67% from 255 or 97.14% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 34 - color contains mainly: green. Hex color #012200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012200 is #FEDDFF. Grayscale: #141414. Windows color (decimal): -16702976 or 8705. OLE color: 8705.

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

Color convert

RGB1340-
CMYK0.97010.87
HSL118.24º100%6.67%-
HSV(B)118.24º100%13.33%-
XYZ0.581.150.19-
YUV20.26116.57114.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 34 (13.67% from 255) = 97.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.86%
G=97.14%
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
Decimal13400.97010.87118.241006.67
Hex1220610645776647
Octal142014101441271661447
Binary11000100110000101100100101011111101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012200; }

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

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

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

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

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

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

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

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