#0F2404

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

Shades of Pine Tree #0F2404

Tints of Pine Tree #0F2404

Color information

#0F2404 (or 0x0F2404) is unknown color: approx Pine Tree. HEX triplet: 0F, 24 and 04. RGB value is (15,36,4). Sum of RGB (Red+Green+Blue) = 15+36+4=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2404 is #F0DBFB. Grayscale: #1A1A1A. Windows color (decimal): -15784956 or 271375. OLE color: 271375.

HSL color Cylindrical-coordinate representation of color #0F2404: hue angle of 99.38º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2404 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB15364-
CMYK0.5800.890.86
HSL99.38º80%7.84%-
HSV(B)99.38º88.89%14.12%-
XYZ0.851.370.33-
YUV26.07115.54120.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.27%
GREEN value IS 36 (14.45% from 255) = 65.45%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=27.27%
G=65.45%
B=7.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal153640.5800.890.8699.38807.84
HexF2443A0595663508
Octal1744472013112614312010
Binary1111100100100111010010110011010110110001110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,4); }

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

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

 a { background-color: rgb(15,36,4); }

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

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

 span { border-color: rgb(15,36,4); }

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