#0F1F03

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

Shades of Pine Tree #0F1F03

Tints of Pine Tree #0F1F03

Color information

#0F1F03 (or 0x0F1F03) is unknown color: approx Pine Tree. HEX triplet: 0F, 1F and 03. RGB value is (15,31,3). Sum of RGB (Red+Green+Blue) = 15+31+3=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F03 is #F0E0FC. Grayscale: #171717. Windows color (decimal): -15786237 or 204559. OLE color: 204559.

HSL color Cylindrical-coordinate representation of color #0F1F03: hue angle of 94.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1F03 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB15313-
CMYK0.5200.900.88
HSL94.29º82.35%6.67%-
HSV(B)94.29º90.32%12.16%-
XYZ0.71.090.26-
YUV23.02116.7122.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 31 (12.5% from 255) = 63.27%
BLUE value IS 3 (1.56% from 255) = 6.12%
R=30.61%
G=63.27%
B=6.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal153130.5200.900.8894.2982.356.67
HexF1F33405A585e527
Octal173736401321301361227
Binary1111111111111010001011010101100010111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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