#031E01

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

Shades of Myrtle #031E01

Tints of Myrtle #031E01

Color information

#031E01 (or 0x031E01) is unknown color: approx Myrtle. HEX triplet: 03, 1E and 01. RGB value is (3,30,1). Sum of RGB (Red+Green+Blue) = 3+30+1=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 30 (12.11% from 255 or 88.24% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 30 - color contains mainly: green. Hex color #031E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E01 is #FCE1FE. Grayscale: #121212. Windows color (decimal): -16572927 or 73219. OLE color: 73219.

HSL color Cylindrical-coordinate representation of color #031E01: hue angle of 115.86º 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 #031E01 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB3301-
CMYK0.9000.970.88
HSL115.86º93.55%6.08%-
HSV(B)115.86º96.67%11.76%-
XYZ0.510.950.19-
YUV18.62118.05116.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 30 (12.11% from 255) = 88.24%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=8.82%
G=88.24%
B=2.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal33010.9000.970.88115.8693.556.08
Hex31E15A06158745e6
Octal336113201411301641366
Binary11111101101101001100001101100011101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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