#0F270E

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

Shades of Myrtle #0F270E

Tints of Myrtle #0F270E

Color information

#0F270E (or 0x0F270E) is unknown color: approx Myrtle. HEX triplet: 0F, 27 and 0E. RGB value is (15,39,14). Sum of RGB (Red+Green+Blue) = 15+39+14=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #0F270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F270E is #F0D8F1. Grayscale: #1D1D1D. Windows color (decimal): -15784178 or 927503. OLE color: 927503.

HSL color Cylindrical-coordinate representation of color #0F270E: hue angle of 117.6º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F270E is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB153914-
CMYK0.6200.640.85
HSL117.6º47.17%10.39%-
HSV(B)117.6º64.1%15.29%-
XYZ11.580.67-
YUV28.97119.55118.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.06%
GREEN value IS 39 (15.62% from 255) = 57.35%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=22.06%
G=57.35%
B=20.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1539140.6200.640.85117.647.1710.39
HexF27E3E04055762fa
Octal1747167601001251665712
Binary1111100111111011111001000000101010111101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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