#0F2E0E

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

Shades of Myrtle #0F2E0E

Tints of Myrtle #0F2E0E

Color information

#0F2E0E (or 0x0F2E0E) is unknown color: approx Myrtle. HEX triplet: 0F, 2E and 0E. RGB value is (15,46,14). Sum of RGB (Red+Green+Blue) = 15+46+14=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 46 (18.36% from 255 or 61.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 46 - color contains mainly: green. Hex color #0F2E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2E0E is #F0D1F1. Grayscale: #212121. Windows color (decimal): -15782386 or 929295. OLE color: 929295.

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

Color convert

RGB154614-
CMYK0.6700.700.82
HSL118.12º53.33%11.76%-
HSV(B)118.12º69.57%18.04%-
XYZ1.252.090.75-
YUV33.08117.23115.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20%
GREEN value IS 46 (18.36% from 255) = 61.33%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=20%
G=61.33%
B=18.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1546140.6700.700.82118.1253.3311.76
HexF2EE43046527635c
Octal17561610301061221666514
Binary11111011101110100001101000110101001011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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