#0F2205

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

Shades of Pine Tree #0F2205

Tints of Pine Tree #0F2205

Color information

#0F2205 (or 0x0F2205) is unknown color: approx Pine Tree. HEX triplet: 0F, 22 and 05. RGB value is (15,34,5). Sum of RGB (Red+Green+Blue) = 15+34+5=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #0F2205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2205 is #F0DDFA. Grayscale: #191919. Windows color (decimal): -15785467 or 336399. OLE color: 336399.

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

Color convert

RGB15345-
CMYK0.5600.850.87
HSL99.31º74.36%7.65%-
HSV(B)99.31º85.29%13.33%-
XYZ0.81.260.34-
YUV25.01116.71120.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.78%
GREEN value IS 34 (13.67% from 255) = 62.96%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=27.78%
G=62.96%
B=9.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal153450.5600.850.8799.3174.367.65
HexF2253805557634a8
Octal1742570012512714311210
Binary1111100010101111000010101011010111110001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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