#0F2600

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

Shades of Pine Tree #0F2600

Tints of Pine Tree #0F2600

Color information

#0F2600 (or 0x0F2600) is unknown color: approx Pine Tree. HEX triplet: 0F, 26 and 00. RGB value is (15,38,0). Sum of RGB (Red+Green+Blue) = 15+38+0=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 38 (15.23% from 255 or 71.70% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2600 is #F0D9FF. Grayscale: #1A1A1A. Windows color (decimal): -15784448 or 9743. OLE color: 9743.

HSL color Cylindrical-coordinate representation of color #0F2600: hue angle of 96.32º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F2600 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB15380-
CMYK0.61010.85
HSL96.32º100%7.45%-
HSV(B)96.32º100%14.9%-
XYZ0.891.490.24-
YUV26.79112.88119.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 38 (15.23% from 255) = 71.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.30%
G=71.70%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal153800.61010.8596.321007.45
HexF2603D0645560647
Octal174607501441251401447
Binary1111100110011110101100100101010111000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,38,0); }

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

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

 a { background-color: rgb(15,38,0); }

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

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

 span { border-color: rgb(15,38,0); }

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