#0C280C

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

Shades of Myrtle #0C280C

Tints of Myrtle #0C280C

Color information

#0C280C (or 0x0C280C) is unknown color: approx Myrtle. HEX triplet: 0C, 28 and 0C. RGB value is (12,40,12). Sum of RGB (Red+Green+Blue) = 12+40+12=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #0C280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C280C is #F3D7F3. Grayscale: #1C1C1C. Windows color (decimal): -15980532 or 796684. OLE color: 796684.

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

Color convert

RGB124012-
CMYK0.7000.700.84
HSL120º53.85%10.2%-
HSV(B)120º70%15.69%-
XYZ0.981.620.61-
YUV28.44118.72116.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.75%
GREEN value IS 40 (16.02% from 255) = 62.5%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=18.75%
G=62.5%
B=18.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1240120.7000.700.8412053.8510.2
HexC28C46046547836a
Octal14501410601061241706612
Binary11001010001100100011001000110101010011110001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,40,12); }

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

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

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

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

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

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

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