Html Css Color HEX #012700 Myrtle

📋 copy color: '#012700'

red 1 ◦ green 39 ◦ blue 0

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

Shades of Myrtle #012700

Tints of Myrtle #012700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 97.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.5%
G = 97.5%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#012700 (or 0x012700) is known color: Myrtle. HEX triplet: 01, 27 and 00. RGB value is (1,39,0). Sum of RGB (Red+Green+Blue) = 1+39+0=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 39 (15.62% from 255 or 97.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 39 - color contains mainly: green. Hex color #012700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012700 is #FED8FF. Grayscale: #171717. Windows color (decimal): -16701696 or 9985. OLE color: 9985.

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

Color convert

RGB 1 39 0 -
CMYK 0.97 0 1 0.85
HSL 118.46º 1% 0.08% -
HSV(B) 118.46º 1% 0.15% -
XYZ 0.74 1.46 0.24 -
YUV 23.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 1 39 0 0.97 0 1 0.85 118.46 1 0.08
Hex 1 27 0 61 0 64 55 76 64 8
Octal 1 47 0 141 0 144 125 166 144 10
Binary 1 100111 0 1100001 0 1100100 1010101 1110110 1100100 1000

Color Harmonies of #012700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012700

Black with #012700

Text Example


Text Example

White with #012700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012700; }

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

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

background-color css

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

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

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

border-color css

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

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

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