#0D300C

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

Shades of Myrtle #0D300C

Tints of Myrtle #0D300C

Color information

#0D300C (or 0x0D300C) is unknown color: approx Myrtle. HEX triplet: 0D, 30 and 0C. RGB value is (13,48,12). Sum of RGB (Red+Green+Blue) = 13+48+12=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #0D300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D300C is #F2CFF3. Grayscale: #212121. Windows color (decimal): -15912948 or 798733. OLE color: 798733.

HSL color Cylindrical-coordinate representation of color #0D300C: hue angle of 118.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D300C is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB134812-
CMYK0.7300.750.81
HSL118.33º60%11.76%-
HSV(B)118.33º75%18.82%-
XYZ1.292.230.71-
YUV33.43115.9113.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 48 (19.14% from 255) = 65.75%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=17.81%
G=65.75%
B=16.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348120.7300.750.81118.336011.76
HexD30C4904B51763cc
Octal15601411101131211667414
Binary11011100001100100100101001011101000111101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,48,12); }

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

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

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

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

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

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

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