#0F2D0E

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

Shades of Myrtle #0F2D0E

Tints of Myrtle #0F2D0E

Color information

#0F2D0E (or 0x0F2D0E) is unknown color: approx Myrtle. HEX triplet: 0F, 2D and 0E. RGB value is (15,45,14). Sum of RGB (Red+Green+Blue) = 15+45+14=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 45 (17.97% from 255 or 60.81% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 45 - color contains mainly: green. Hex color #0F2D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2D0E is #F0D2F1. Grayscale: #202020. Windows color (decimal): -15782642 or 929039. OLE color: 929039.

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

Color convert

RGB154514-
CMYK0.6700.690.82
HSL118.06º52.54%11.57%-
HSV(B)118.06º68.89%17.65%-
XYZ1.212.010.74-
YUV32.5117.56115.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 45 (17.97% from 255) = 60.81%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=20.27%
G=60.81%
B=18.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1545140.6700.690.82118.0652.5411.57
HexF2DE43045527635c
Octal17551610301051221666514
Binary11111011011110100001101000101101001011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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