Html Css Color HEX #012200 Myrtle

📋 copy color: '#012200'

red 1 ◦ green 34 ◦ blue 0

#012200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #012200

Tints of Myrtle #012200

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 value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#012200 (or 0x012200) is known color: 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

RGB 1 34 0 -
CMYK 0.97 0 1 0.87
HSL 118.24º 1% 0.07% -
HSV(B) 118.24º 1% 0.13% -
XYZ 0.58 1.15 0.19 -
YUV 20.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 1 34 0 0.97 0 1 0.87 118.24 1 0.07
Hex 1 22 0 61 0 64 57 76 64 7
Octal 1 42 0 141 0 144 127 166 144 7
Binary 1 100010 0 1100001 0 1100100 1010111 1110110 1100100 111

Color Harmonies of #012200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012200

Black with #012200

Text Example


Text Example

White with #012200

Text Example


Text Example

HTML Codes & Css Web 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>