#081D01

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

Shades of Myrtle #081D01

Tints of Myrtle #081D01

Color information

#081D01 (or 0x081D01) is unknown color: approx Myrtle. HEX triplet: 08, 1D and 01. RGB value is (8,29,1). Sum of RGB (Red+Green+Blue) = 8+29+1=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 29 (11.72% from 255 or 76.32% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 29 - color contains mainly: green. Hex color #081D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D01 is #F7E2FE. Grayscale: #131313. Windows color (decimal): -16245503 or 72968. OLE color: 72968.

HSL color Cylindrical-coordinate representation of color #081D01: hue angle of 105º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081D01 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.

Color convert

RGB8291-
CMYK0.7200.970.89
HSL105º93.33%5.88%-
HSV(B)105º96.55%11.37%-
XYZ0.540.930.18-
YUV19.53117.54119.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.05%
GREEN value IS 29 (11.72% from 255) = 76.32%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=21.05%
G=76.32%
B=2.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal82910.7200.970.8910593.335.88
Hex81D14806159695d6
Octal1035111001411311511356
Binary1000111011100100001100001101100111010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081D01; }

 p { color: rgb(8,29,1); }

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

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

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

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

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

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

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