#0F300E

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

Shades of Myrtle #0F300E

Tints of Myrtle #0F300E

Color information

#0F300E (or 0x0F300E) is unknown color: approx Myrtle. HEX triplet: 0F, 30 and 0E. RGB value is (15,48,14). Sum of RGB (Red+Green+Blue) = 15+48+14=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #0F300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F300E is #F0CFF1. Grayscale: #222222. Windows color (decimal): -15781874 or 929807. OLE color: 929807.

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

Color convert

RGB154814-
CMYK0.6900.710.81
HSL118.24º54.84%12.16%-
HSV(B)118.24º70.83%18.82%-
XYZ1.332.250.78-
YUV34.26116.57114.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.48%
GREEN value IS 48 (19.14% from 255) = 62.34%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=19.48%
G=62.34%
B=18.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548140.6900.710.81118.2454.8412.16
HexF30E45047517637c
Octal17601610501071211666714
Binary11111100001110100010101000111101000111101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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