#012700

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

Shades of Myrtle #012700

Tints of Myrtle #012700

Color information

#012700 (or 0x012700) is unknown color: approx 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

RGB1390-
CMYK0.97010.85
HSL118.46º100%7.65%-
HSV(B)118.46º100%15.29%-
XYZ0.741.460.24-
YUV23.19114.91112.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 39 (15.62% from 255) = 97.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.5%
G=97.5%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13900.97010.85118.461007.65
Hex1270610645576648
Octal1470141014412516614410
Binary110011101100001011001001010101111011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>