#0D290D

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

Shades of Myrtle #0D290D

Tints of Myrtle #0D290D

Color information

#0D290D (or 0x0D290D) is unknown color: approx Myrtle. HEX triplet: 0D, 29 and 0D. RGB value is (13,41,13). Sum of RGB (Red+Green+Blue) = 13+41+13=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #0D290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D290D is #F2D6F2. Grayscale: #1D1D1D. Windows color (decimal): -15914739 or 862477. OLE color: 862477.

HSL color Cylindrical-coordinate representation of color #0D290D: hue angle of 120º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D290D is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB134113-
CMYK0.6800.680.84
HSL120º51.85%10.59%-
HSV(B)120º68.29%16.08%-
XYZ1.031.70.65-
YUV29.44118.72116.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 41 (16.41% from 255) = 61.19%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=19.40%
G=61.19%
B=19.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1341130.6800.680.8412051.8510.59
HexD29D44044547834b
Octal15511510401041241706413
Binary11011010011101100010001000100101010011110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D290D; }

 p { color: rgb(13,41,13); }

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

<style>
 a { background-color: #0D290D; }

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

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

<style>
 span { border-color: #0D290D; }

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

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