#031E00

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

Shades of Myrtle #031E00

Tints of Myrtle #031E00

Color information

#031E00 (or 0x031E00) is unknown color: approx Myrtle. HEX triplet: 03, 1E and 00. RGB value is (3,30,0). Sum of RGB (Red+Green+Blue) = 3+30+0=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 30 (12.11% from 255 or 90.91% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 30 - color contains mainly: green. Hex color #031E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E00 is #FCE1FF. Grayscale: #121212. Windows color (decimal): -16572928 or 7683. OLE color: 7683.

HSL color Cylindrical-coordinate representation of color #031E00: hue angle of 114º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #031E00 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.

Color convert

RGB3300-
CMYK0.90010.88
HSL114º100%5.88%-
HSV(B)114º100%11.76%-
XYZ0.50.950.16-
YUV18.51117.55116.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.09%
GREEN value IS 30 (12.11% from 255) = 90.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.09%
G=90.91%
B=0%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal33000.90010.881141005.88
Hex31E05A0645872646
Octal336013201441301621446
Binary11111100101101001100100101100011100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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