#0F1E07

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

Shades of Pine Tree #0F1E07

Tints of Pine Tree #0F1E07

Color information

#0F1E07 (or 0x0F1E07) is unknown color: approx Pine Tree. HEX triplet: 0F, 1E and 07. RGB value is (15,30,7). Sum of RGB (Red+Green+Blue) = 15+30+7=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E07 is #F0E1F8. Grayscale: #161616. Windows color (decimal): -15786489 or 466447. OLE color: 466447.

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

Color convert

RGB15307-
CMYK0.500.770.88
HSL99.13º62.16%7.25%-
HSV(B)99.13º76.67%11.76%-
XYZ0.71.050.37-
YUV22.89119.03122.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.85%
GREEN value IS 30 (12.11% from 255) = 57.69%
BLUE value IS 7 (3.12% from 255) = 13.46%
R=28.85%
G=57.69%
B=13.46%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal153070.500.770.8899.1362.167.25
HexF1E73204D58633e7
Octal17367620115130143767
Binary1111111101111100100100110110110001100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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