#0F1900

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

Shades of Pine Tree #0F1900

Tints of Pine Tree #0F1900

Color information

#0F1900 (or 0x0F1900) is unknown color: approx Pine Tree. HEX triplet: 0F, 19 and 00. RGB value is (15,25,0). Sum of RGB (Red+Green+Blue) = 15+25+0=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1900 is #F0E6FF. Grayscale: #131313. Windows color (decimal): -15787776 or 6415. OLE color: 6415.

HSL color Cylindrical-coordinate representation of color #0F1900: hue angle of 84º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F1900 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB15250-
CMYK0.40010.90
HSL84º100%4.9%-
HSV(B)84º100%9.8%-
XYZ0.540.80.13-
YUV19.16117.19125.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 37.5%
GREEN value IS 25 (10.16% from 255) = 62.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.5%
G=62.5%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal152500.40010.90841004.9
HexF190280645A54645
Octal173105001441321241445
Binary111111001010100001100100101101010101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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