#030D00

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

Shades of Myrtle #030D00

Tints of Myrtle #030D00

Color information

#030D00 (or 0x030D00) is unknown color: approx Myrtle. HEX triplet: 03, 0D and 00. RGB value is (3,13,0). Sum of RGB (Red+Green+Blue) = 3+13+0=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 13 (5.47% from 255 or 81.25% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 13 - color contains mainly: green. Hex color #030D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D00 is #FCF2FF. Grayscale: #080808. Windows color (decimal): -16577280 or 3331. OLE color: 3331.

HSL color Cylindrical-coordinate representation of color #030D00: hue angle of 106.15º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030D00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.

Color convert

RGB3130-
CMYK0.77010.95
HSL106.15º100%2.55%-
HSV(B)106.15º100%5.1%-
XYZ0.180.310.05-
YUV8.53123.19124.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 18.75%
GREEN value IS 13 (5.47% from 255) = 81.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.75%
G=81.25%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal31300.77010.95106.151002.55
Hex3D04D0645F6a643
Octal315011501441371521443
Binary111101010011010110010010111111101010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030D00; }

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

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

<style>
 a { background-color: #030D00; }

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

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

<style>
 span { border-color: #030D00; }

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

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