#0F2001

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

Shades of Pine Tree #0F2001

Tints of Pine Tree #0F2001

Color information

#0F2001 (or 0x0F2001) is unknown color: approx Pine Tree. HEX triplet: 0F, 20 and 01. RGB value is (15,32,1). Sum of RGB (Red+Green+Blue) = 15+32+1=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 32 (12.89% from 255 or 66.67% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2001 is #F0DFFE. Grayscale: #171717. Windows color (decimal): -15785983 or 73743. OLE color: 73743.

HSL color Cylindrical-coordinate representation of color #0F2001: hue angle of 92.9º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F2001 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB15321-
CMYK0.5300.970.87
HSL92.9º93.94%6.47%-
HSV(B)92.9º96.88%12.55%-
XYZ0.721.140.21-
YUV23.38115.37122.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 32 (12.89% from 255) = 66.67%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=31.25%
G=66.67%
B=2.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal153210.5300.970.8792.993.946.47
HexF20135061575d5e6
Octal174016501411271351366
Binary1111100000111010101100001101011110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,32,1); }

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

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

 a { background-color: rgb(15,32,1); }

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

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

 span { border-color: rgb(15,32,1); }

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