#0F250D

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

Shades of Myrtle #0F250D

Tints of Myrtle #0F250D

Color information

#0F250D (or 0x0F250D) is unknown color: approx Myrtle. HEX triplet: 0F, 25 and 0D. RGB value is (15,37,13). Sum of RGB (Red+Green+Blue) = 15+37+13=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #0F250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F250D is #F0DAF2. Grayscale: #1B1B1B. Windows color (decimal): -15784691 or 861455. OLE color: 861455.

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

Color convert

RGB153713-
CMYK0.5900.650.85
HSL115º48%9.8%-
HSV(B)115º64.86%14.51%-
XYZ0.931.450.61-
YUV27.69119.71118.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.08%
GREEN value IS 37 (14.84% from 255) = 56.92%
BLUE value IS 13 (5.47% from 255) = 20%
R=23.08%
G=56.92%
B=20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537130.5900.650.85115489.8
HexF25D3B041557330a
Octal1745157301011251636012
Binary1111100101110111101101000001101010111100111100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,37,13); }

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

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

 a { background-color: rgb(15,37,13); }

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

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

 span { border-color: rgb(15,37,13); }

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