#0C300D

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

Shades of Myrtle #0C300D

Tints of Myrtle #0C300D

Color information

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

HSL color Cylindrical-coordinate representation of color #0C300D: hue angle of 121.67º 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 #0C300D is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB124813-
CMYK0.7500.730.81
HSL121.67º60%11.76%-
HSV(B)121.67º75%18.82%-
XYZ1.282.220.74-
YUV33.25116.57112.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1248130.7500.730.81121.676011.76
HexC30D4B049517a3cc
Octal14601511301111211727414
Binary11001100001101100101101001001101000111110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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