#0F2306

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

Shades of Myrtle #0F2306

Tints of Myrtle #0F2306

Color information

#0F2306 (or 0x0F2306) is unknown color: approx Myrtle. HEX triplet: 0F, 23 and 06. RGB value is (15,35,6). Sum of RGB (Red+Green+Blue) = 15+35+6=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2306 is #F0DCF9. Grayscale: #191919. Windows color (decimal): -15785210 or 402191. OLE color: 402191.

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

Color convert

RGB15356-
CMYK0.5700.830.86
HSL101.38º70.73%8.04%-
HSV(B)101.38º82.86%13.73%-
XYZ0.831.320.38-
YUV25.71116.87120.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.79%
GREEN value IS 35 (14.06% from 255) = 62.5%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=26.79%
G=62.5%
B=10.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal153560.5700.830.86101.3870.738.04
HexF236390535665478
Octal1743671012312614510710
Binary1111100011110111001010100111010110110010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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