#0F2F09

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

Shades of Myrtle #0F2F09

Tints of Myrtle #0F2F09

Color information

#0F2F09 (or 0x0F2F09) is unknown color: approx Myrtle. HEX triplet: 0F, 2F and 09. RGB value is (15,47,9). Sum of RGB (Red+Green+Blue) = 15+47+9=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 47 (18.75% from 255 or 66.20% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2F09 is #F0D0F6. Grayscale: #212121. Windows color (decimal): -15782135 or 601871. OLE color: 601871.

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

Color convert

RGB15479-
CMYK0.6800.810.82
HSL110.53º67.86%10.98%-
HSV(B)110.53º80.85%18.43%-
XYZ1.262.150.61-
YUV33.1114.4115.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 47 (18.75% from 255) = 66.20%
BLUE value IS 9 (3.91% from 255) = 12.68%
R=21.13%
G=66.20%
B=12.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal154790.6800.810.82110.5367.8610.98
HexF2F944051526f44b
Octal175711104012112215710413
Binary111110111110011000100010100011010010110111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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