#0F2F07

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

Shades of Myrtle #0F2F07

Tints of Myrtle #0F2F07

Color information

#0F2F07 (or 0x0F2F07) is unknown color: approx Myrtle. HEX triplet: 0F, 2F and 07. RGB value is (15,47,7). Sum of RGB (Red+Green+Blue) = 15+47+7=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 47 (18.75% from 255 or 68.12% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2F07 is #F0D0F8. Grayscale: #212121. Windows color (decimal): -15782137 or 470799. OLE color: 470799.

HSL color Cylindrical-coordinate representation of color #0F2F07: hue angle of 108º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F2F07 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.

Color convert

RGB15477-
CMYK0.6800.850.82
HSL108º74.07%10.59%-
HSV(B)108º85.11%18.43%-
XYZ1.252.150.55-
YUV32.87113.4115.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 47 (18.75% from 255) = 68.12%
BLUE value IS 7 (3.12% from 255) = 10.14%
R=21.74%
G=68.12%
B=10.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal154770.6800.850.8210874.0710.59
HexF2F744055526c4ab
Octal17577104012512215411213
Binary11111011111111000100010101011010010110110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,47,7); }

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

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

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

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

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

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

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