#0F270A

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

Shades of Myrtle #0F270A

Tints of Myrtle #0F270A

Color information

#0F270A (or 0x0F270A) is unknown color: approx Myrtle. HEX triplet: 0F, 27 and 0A. RGB value is (15,39,10). Sum of RGB (Red+Green+Blue) = 15+39+10=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #0F270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F270A is #F0D8F5. Grayscale: #1C1C1C. Windows color (decimal): -15784182 or 665359. OLE color: 665359.

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

Color convert

RGB153910-
CMYK0.6200.740.85
HSL109.66º59.18%9.61%-
HSV(B)109.66º74.36%15.29%-
XYZ0.981.570.54-
YUV28.52117.55118.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.44%
GREEN value IS 39 (15.62% from 255) = 60.94%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=23.44%
G=60.94%
B=15.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1539100.6200.740.85109.6659.189.61
HexF27A3E04A556e3ba
Octal1747127601121251567312
Binary1111100111101011111001001010101010111011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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