#0F300F

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

Shades of Myrtle #0F300F

Tints of Myrtle #0F300F

Color information

#0F300F (or 0x0F300F) is unknown color: approx Myrtle. HEX triplet: 0F, 30 and 0F. RGB value is (15,48,15). Sum of RGB (Red+Green+Blue) = 15+48+15=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #0F300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F300F is #F0CFF0. Grayscale: #222222. Windows color (decimal): -15781873 or 995343. OLE color: 995343.

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

Color convert

RGB154815-
CMYK0.6900.690.81
HSL120º52.38%12.35%-
HSV(B)120º68.75%18.82%-
XYZ1.342.250.82-
YUV34.37117.07114.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 48 (19.14% from 255) = 61.54%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=19.23%
G=61.54%
B=19.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548150.6900.690.8112052.3812.35
HexF30F45045517834c
Octal17601710501051211706414
Binary11111100001111100010101000101101000111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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