#0F1C05

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

Shades of Pine Tree #0F1C05

Tints of Pine Tree #0F1C05

Color information

#0F1C05 (or 0x0F1C05) is unknown color: approx Pine Tree. HEX triplet: 0F, 1C and 05. RGB value is (15,28,5). Sum of RGB (Red+Green+Blue) = 15+28+5=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C05 is #F0E3FA. Grayscale: #151515. Windows color (decimal): -15787003 or 334863. OLE color: 334863.

HSL color Cylindrical-coordinate representation of color #0F1C05: hue angle of 93.91º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1C05 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB15285-
CMYK0.4600.820.89
HSL93.91º69.7%6.47%-
HSV(B)93.91º82.14%10.98%-
XYZ0.640.940.29-
YUV21.49118.69123.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 28 (11.33% from 255) = 58.33%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=31.25%
G=58.33%
B=10.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152850.4600.820.8993.9169.76.47
HexF1C52E052595e466
Octal173455601221311361066
Binary11111110010110111001010010101100110111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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