#0F2206

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

Shades of Pine Tree #0F2206

Tints of Pine Tree #0F2206

Color information

#0F2206 (or 0x0F2206) is unknown color: approx Pine Tree. HEX triplet: 0F, 22 and 06. RGB value is (15,34,6). Sum of RGB (Red+Green+Blue) = 15+34+6=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #0F2206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2206 is #F0DDF9. Grayscale: #191919. Windows color (decimal): -15785466 or 401935. OLE color: 401935.

HSL color Cylindrical-coordinate representation of color #0F2206: hue angle of 100.71º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F2206 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB15346-
CMYK0.5600.820.87
HSL100.71º70%7.84%-
HSV(B)100.71º82.35%13.33%-
XYZ0.81.260.37-
YUV25.13117.21120.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.27%
GREEN value IS 34 (13.67% from 255) = 61.82%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=27.27%
G=61.82%
B=10.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal153460.5600.820.87100.71707.84
HexF226380525765468
Octal1742670012212714510610
Binary1111100010110111000010100101010111110010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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