#0F1E06

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

Shades of Pine Tree #0F1E06

Tints of Pine Tree #0F1E06

Color information

#0F1E06 (or 0x0F1E06) is unknown color: approx Pine Tree. HEX triplet: 0F, 1E and 06. RGB value is (15,30,6). Sum of RGB (Red+Green+Blue) = 15+30+6=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E06 is #F0E1F9. Grayscale: #161616. Windows color (decimal): -15786490 or 400911. OLE color: 400911.

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

Color convert

RGB15306-
CMYK0.500.800.88
HSL97.5º66.67%7.06%-
HSV(B)97.5º80%11.76%-
XYZ0.691.040.34-
YUV22.78118.53122.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 6 (2.73% from 255) = 11.76%
R=29.41%
G=58.82%
B=11.76%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal153060.500.800.8897.566.677.06
HexF1E6320505862437
Octal173666201201301421037
Binary11111111011011001001010000101100011000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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