#0F2D06

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

Shades of Myrtle #0F2D06

Tints of Myrtle #0F2D06

Color information

#0F2D06 (or 0x0F2D06) is unknown color: approx Myrtle. HEX triplet: 0F, 2D and 06. RGB value is (15,45,6). Sum of RGB (Red+Green+Blue) = 15+45+6=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 45 (17.97% from 255 or 68.18% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 45 - color contains mainly: green. Hex color #0F2D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2D06 is #F0D2F9. Grayscale: #1F1F1F. Windows color (decimal): -15782650 or 404751. OLE color: 404751.

HSL color Cylindrical-coordinate representation of color #0F2D06: hue angle of 106.15º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2D06 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.82.

Color convert

RGB15456-
CMYK0.6700.870.82
HSL106.15º76.47%10%-
HSV(B)106.15º86.67%17.65%-
XYZ1.171.990.5-
YUV31.58113.56116.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 45 (17.97% from 255) = 68.18%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=22.73%
G=68.18%
B=9.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal154560.6700.870.82106.1576.4710
HexF2D643057526a4ca
Octal17556103012712215211412
Binary11111011011101000011010101111010010110101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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