#0F2200

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

Shades of Pine Tree #0F2200

Tints of Pine Tree #0F2200

Color information

#0F2200 (or 0x0F2200) is unknown color: approx Pine Tree. HEX triplet: 0F, 22 and 00. RGB value is (15,34,0). Sum of RGB (Red+Green+Blue) = 15+34+0=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 34 (13.67% from 255 or 69.39% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 34 - color contains mainly: green. Hex color #0F2200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2200 is #F0DDFF. Grayscale: #181818. Windows color (decimal): -15785472 or 8719. OLE color: 8719.

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

Color convert

RGB15340-
CMYK0.56010.87
HSL93.53º100%6.67%-
HSV(B)93.53º100%13.33%-
XYZ0.771.250.2-
YUV24.44114.21121.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 34 (13.67% from 255) = 69.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.61%
G=69.39%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal153400.56010.8793.531006.67
HexF22038064575e647
Octal174207001441271361447
Binary1111100010011100001100100101011110111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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