#0F1B03

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

Shades of Pine Tree #0F1B03

Tints of Pine Tree #0F1B03

Color information

#0F1B03 (or 0x0F1B03) is unknown color: approx Pine Tree. HEX triplet: 0F, 1B and 03. RGB value is (15,27,3). Sum of RGB (Red+Green+Blue) = 15+27+3=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 27 (10.94% from 255 or 60% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B03 is #F0E4FC. Grayscale: #141414. Windows color (decimal): -15787261 or 203535. OLE color: 203535.

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

Color convert

RGB15273-
CMYK0.4400.890.89
HSL90º80%5.88%-
HSV(B)90º88.89%10.59%-
XYZ0.610.890.23-
YUV20.68118.02123.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 33.33%
GREEN value IS 27 (10.94% from 255) = 60%
BLUE value IS 3 (1.56% from 255) = 6.67%
R=33.33%
G=60%
B=6.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152730.4400.890.8990805.88
HexF1B32C059595a506
Octal173335401311311321206
Binary1111110111110110001011001101100110110101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,27,3); }

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

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

 a { background-color: rgb(15,27,3); }

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

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

 span { border-color: rgb(15,27,3); }

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