#0F1600

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

Shades of Pine Tree #0F1600

Tints of Pine Tree #0F1600

Color information

#0F1600 (or 0x0F1600) is unknown color: approx Pine Tree. HEX triplet: 0F, 16 and 00. RGB value is (15,22,0). Sum of RGB (Red+Green+Blue) = 15+22+0=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 22 (8.98% from 255 or 59.46% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1600 is #F0E9FF. Grayscale: #111111. Windows color (decimal): -15788544 or 5647. OLE color: 5647.

HSL color Cylindrical-coordinate representation of color #0F1600: hue angle of 79.09º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F1600 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB15220-
CMYK0.32010.91
HSL79.09º100%4.31%-
HSV(B)79.09º100%8.63%-
XYZ0.480.680.1-
YUV17.4118.18126.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 40.54%
GREEN value IS 22 (8.98% from 255) = 59.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.54%
G=59.46%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal152200.32010.9179.091004.31
HexF160200645B4f644
Octal172604001441331171444
Binary111110110010000001100100101101110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,22,0); }

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

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

 a { background-color: rgb(15,22,0); }

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

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

 span { border-color: rgb(15,22,0); }

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