#0F1D03

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

Shades of Pine Tree #0F1D03

Tints of Pine Tree #0F1D03

Color information

#0F1D03 (or 0x0F1D03) is unknown color: approx Pine Tree. HEX triplet: 0F, 1D and 03. RGB value is (15,29,3). Sum of RGB (Red+Green+Blue) = 15+29+3=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D03 is #F0E2FC. Grayscale: #151515. Windows color (decimal): -15786749 or 204047. OLE color: 204047.

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

Color convert

RGB15293-
CMYK0.4800.900.89
HSL92.31º81.25%6.27%-
HSV(B)92.31º89.66%11.37%-
XYZ0.650.990.24-
YUV21.85117.36123.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 3 (1.56% from 255) = 6.38%
R=31.91%
G=61.70%
B=6.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152930.4800.900.8992.3181.256.27
HexF1D33005A595c516
Octal173536001321311341216
Binary1111111011111000001011010101100110111001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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