#081E01

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

Shades of Myrtle #081E01

Tints of Myrtle #081E01

Color information

#081E01 (or 0x081E01) is unknown color: approx Myrtle. HEX triplet: 08, 1E and 01. RGB value is (8,30,1). Sum of RGB (Red+Green+Blue) = 8+30+1=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 30 (12.11% from 255 or 76.92% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 30 - color contains mainly: green. Hex color #081E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E01 is #F7E1FE. Grayscale: #141414. Windows color (decimal): -16245247 or 73224. OLE color: 73224.

HSL color Cylindrical-coordinate representation of color #081E01: hue angle of 105.52º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081E01 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB8301-
CMYK0.7300.970.88
HSL105.52º93.55%6.08%-
HSV(B)105.52º96.67%11.76%-
XYZ0.570.980.19-
YUV20.12117.21119.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 30 (12.11% from 255) = 76.92%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=20.51%
G=76.92%
B=2.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal83010.7300.970.88105.5293.556.08
Hex81E149061586a5e6
Octal1036111101411301521366
Binary1000111101100100101100001101100011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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