#0F2508

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

Shades of Myrtle #0F2508

Tints of Myrtle #0F2508

Color information

#0F2508 (or 0x0F2508) is unknown color: approx Myrtle. HEX triplet: 0F, 25 and 08. RGB value is (15,37,8). Sum of RGB (Red+Green+Blue) = 15+37+8=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2508 is #F0DAF7. Grayscale: #1B1B1B. Windows color (decimal): -15784696 or 533775. OLE color: 533775.

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

Color convert

RGB15378-
CMYK0.5900.780.85
HSL105.52º64.44%8.82%-
HSV(B)105.52º78.38%14.51%-
XYZ0.91.440.46-
YUV27.12117.21119.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 61.67%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=25%
G=61.67%
B=13.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal153780.5900.780.85105.5264.448.82
HexF2583B04E556a409
Octal17451073011612515210011
Binary11111001011000111011010011101010101110101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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