#0F2601

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

Shades of Pine Tree #0F2601

Tints of Pine Tree #0F2601

Color information

#0F2601 (or 0x0F2601) is unknown color: approx Pine Tree. HEX triplet: 0F, 26 and 01. RGB value is (15,38,1). Sum of RGB (Red+Green+Blue) = 15+38+1=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 38 (15.23% from 255 or 70.37% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2601 is #F0D9FE. Grayscale: #1B1B1B. Windows color (decimal): -15784447 or 75279. OLE color: 75279.

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

Color convert

RGB15381-
CMYK0.6100.970.85
HSL97.3º94.87%7.65%-
HSV(B)97.3º97.37%14.9%-
XYZ0.91.490.27-
YUV26.9113.38119.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.78%
GREEN value IS 38 (15.23% from 255) = 70.37%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=27.78%
G=70.37%
B=1.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal153810.6100.970.8597.394.877.65
HexF2613D06155615f8
Octal1746175014112514113710
Binary11111001101111101011000011010101110000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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