#0F2307

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

Shades of Myrtle #0F2307

Tints of Myrtle #0F2307

Color information

#0F2307 (or 0x0F2307) is unknown color: approx Myrtle. HEX triplet: 0F, 23 and 07. RGB value is (15,35,7). Sum of RGB (Red+Green+Blue) = 15+35+7=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2307 is #F0DCF8. Grayscale: #191919. Windows color (decimal): -15785209 or 467727. OLE color: 467727.

HSL color Cylindrical-coordinate representation of color #0F2307: hue angle of 102.86º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F2307 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB15357-
CMYK0.5700.800.86
HSL102.86º66.67%8.24%-
HSV(B)102.86º80%13.73%-
XYZ0.841.320.41-
YUV25.83117.37120.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.32%
GREEN value IS 35 (14.06% from 255) = 61.40%
BLUE value IS 7 (3.12% from 255) = 12.28%
R=26.32%
G=61.40%
B=12.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal153570.5700.800.86102.8666.678.24
HexF237390505667438
Octal1743771012012614710310
Binary1111100011111111001010100001010110110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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