#0F3012

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

Shades of Myrtle #0F3012

Tints of Myrtle #0F3012

Color information

#0F3012 (or 0x0F3012) is unknown color: approx Myrtle. HEX triplet: 0F, 30 and 12. RGB value is (15,48,18). Sum of RGB (Red+Green+Blue) = 15+48+18=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3012 is #F0CFED. Grayscale: #222222. Windows color (decimal): -15781870 or 1191951. OLE color: 1191951.

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

Color convert

RGB154818-
CMYK0.6900.630.81
HSL125.45º52.38%12.35%-
HSV(B)125.45º68.75%18.82%-
XYZ1.362.260.94-
YUV34.71118.57113.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 48 (19.14% from 255) = 59.26%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=18.52%
G=59.26%
B=22.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548180.6900.630.81125.4552.3812.35
HexF30124503F517d34c
Octal1760221050771211756414
Binary11111100001001010001010111111101000111111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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