#0C300F

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

Shades of Myrtle #0C300F

Tints of Myrtle #0C300F

Color information

#0C300F (or 0x0C300F) is unknown color: approx Myrtle. HEX triplet: 0C, 30 and 0F. RGB value is (12,48,15). Sum of RGB (Red+Green+Blue) = 12+48+15=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #0C300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C300F is #F3CFF0. Grayscale: #212121. Windows color (decimal): -15978481 or 995340. OLE color: 995340.

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

Color convert

RGB124815-
CMYK0.7500.690.81
HSL125º60%11.76%-
HSV(B)125º75%18.82%-
XYZ1.292.230.81-
YUV33.47117.57112.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 48 (19.14% from 255) = 64%
BLUE value IS 15 (6.25% from 255) = 20%
R=16%
G=64%
B=20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1248150.7500.690.811256011.76
HexC30F4B045517d3cc
Octal14601711301051211757414
Binary11001100001111100101101000101101000111111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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