#0F1E05

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

Shades of Pine Tree #0F1E05

Tints of Pine Tree #0F1E05

Color information

#0F1E05 (or 0x0F1E05) is unknown color: approx Pine Tree. HEX triplet: 0F, 1E and 05. RGB value is (15,30,5). Sum of RGB (Red+Green+Blue) = 15+30+5=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 30 (12.11% from 255 or 60% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E05 is #F0E1FA. Grayscale: #161616. Windows color (decimal): -15786491 or 335375. OLE color: 335375.

HSL color Cylindrical-coordinate representation of color #0F1E05: hue angle of 96º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1E05 is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.

Color convert

RGB15305-
CMYK0.500.830.88
HSL96º71.43%6.86%-
HSV(B)96º83.33%11.76%-
XYZ0.691.040.31-
YUV22.66118.03122.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30%
GREEN value IS 30 (12.11% from 255) = 60%
BLUE value IS 5 (2.34% from 255) = 10%
R=30%
G=60%
B=10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal153050.500.830.889671.436.86
HexF1E5320535860477
Octal173656201231301401077
Binary11111111010111001001010011101100011000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,30,5); }

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

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

 a { background-color: rgb(15,30,5); }

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

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

 span { border-color: rgb(15,30,5); }

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