#0F1F05

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

Shades of Pine Tree #0F1F05

Tints of Pine Tree #0F1F05

Color information

#0F1F05 (or 0x0F1F05) is unknown color: approx Pine Tree. HEX triplet: 0F, 1F and 05. RGB value is (15,31,5). Sum of RGB (Red+Green+Blue) = 15+31+5=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 31 (12.5% from 255 or 60.78% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F05 is #F0E0FA. Grayscale: #171717. Windows color (decimal): -15786235 or 335631. OLE color: 335631.

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

Color convert

RGB15315-
CMYK0.5200.840.88
HSL96.92º72.22%7.06%-
HSV(B)96.92º83.87%12.16%-
XYZ0.711.090.32-
YUV23.25117.7122.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 31 (12.5% from 255) = 60.78%
BLUE value IS 5 (2.34% from 255) = 9.80%
R=29.41%
G=60.78%
B=9.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal153150.5200.840.8896.9272.227.06
HexF1F5340545861487
Octal173756401241301411107
Binary11111111110111010001010100101100011000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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