Html Css Color HEX #012301 Myrtle

📋 copy color: '#012301'

red 1 ◦ green 35 ◦ blue 1

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

Shades of Myrtle #012301

Tints of Myrtle #012301

RGB

 RED value IS 1 (0.78% from 255) = 2.7%

 GREEN value IS 35 (14.06% from 255) = 94.59%

 BLUE value IS 1 (0.78% from 255) = 2.7%

R = 2.7%
G = 94.59%
B = 2.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#012301 (or 0x012301) is known color: Myrtle. HEX triplet: 01, 23 and 01. RGB value is (1,35,1). Sum of RGB (Red+Green+Blue) = 1+35+1=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 35 (14.06% from 255 or 94.59% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 35 - color contains mainly: green. Hex color #012301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012301 is #FEDCFE. Grayscale: #151515. Windows color (decimal): -16702719 or 74497. OLE color: 74497.

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

Color convert

RGB 1 35 1 -
CMYK 0.97 0 0.97 0.86
HSL 120º 0.94% 0.07% -
HSV(B) 120º 0.97% 0.14% -
XYZ 0.62 1.21 0.23 -
YUV 20.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 1 35 1 0.97 0 0.97 0.86 120 0.94 0.07
Hex 1 23 1 61 0 61 56 78 5E 7
Octal 1 43 1 141 0 141 126 170 136 7
Binary 1 100011 1 1100001 0 1100001 1010110 1111000 1011110 111

Color Harmonies of #012301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012301

Black with #012301

Text Example


Text Example

White with #012301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012301; }

 p { color: rgb(1,35,1); }

 H1.HeaderClassName
 {
   color: #012301;
 }
 .AnyTagClassName
 {
   color: #012301;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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