#0F1F04

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

Shades of Pine Tree #0F1F04

Tints of Pine Tree #0F1F04

Color information

#0F1F04 (or 0x0F1F04) is unknown color: approx Pine Tree. HEX triplet: 0F, 1F and 04. RGB value is (15,31,4). Sum of RGB (Red+Green+Blue) = 15+31+4=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F04 is #F0E0FB. Grayscale: #171717. Windows color (decimal): -15786236 or 270095. OLE color: 270095.

HSL color Cylindrical-coordinate representation of color #0F1F04: hue angle of 95.56º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1F04 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB15314-
CMYK0.5200.870.88
HSL95.56º77.14%6.86%-
HSV(B)95.56º87.1%12.16%-
XYZ0.711.090.29-
YUV23.14117.2122.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30%
GREEN value IS 31 (12.5% from 255) = 62%
BLUE value IS 4 (1.95% from 255) = 8%
R=30%
G=62%
B=8%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal153140.5200.870.8895.5677.146.86
HexF1F43405758604d7
Octal173746401271301401157
Binary11111111110011010001010111101100011000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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