#0F280A

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

Shades of Myrtle #0F280A

Tints of Myrtle #0F280A

Color information

#0F280A (or 0x0F280A) is unknown color: approx Myrtle. HEX triplet: 0F, 28 and 0A. RGB value is (15,40,10). Sum of RGB (Red+Green+Blue) = 15+40+10=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #0F280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F280A is #F0D7F5. Grayscale: #1D1D1D. Windows color (decimal): -15783926 or 665615. OLE color: 665615.

HSL color Cylindrical-coordinate representation of color #0F280A: hue angle of 110º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F280A is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB154010-
CMYK0.6200.750.84
HSL110º60%9.8%-
HSV(B)110º75%15.69%-
XYZ1.011.640.55-
YUV29.1117.22117.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.08%
GREEN value IS 40 (16.02% from 255) = 61.54%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=23.08%
G=61.54%
B=15.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1540100.6200.750.84110609.8
HexF28A3E04B546e3ca
Octal1750127601131241567412
Binary1111101000101011111001001011101010011011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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