#0F2202

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

Shades of Pine Tree #0F2202

Tints of Pine Tree #0F2202

Color information

#0F2202 (or 0x0F2202) is unknown color: approx Pine Tree. HEX triplet: 0F, 22 and 02. RGB value is (15,34,2). Sum of RGB (Red+Green+Blue) = 15+34+2=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 34 (13.67% from 255 or 66.67% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 34 - color contains mainly: green. Hex color #0F2202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2202 is #F0DDFD. Grayscale: #181818. Windows color (decimal): -15785470 or 139791. OLE color: 139791.

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

Color convert

RGB15342-
CMYK0.5600.940.87
HSL95.62º88.89%7.06%-
HSV(B)95.62º94.12%13.33%-
XYZ0.781.250.26-
YUV24.67115.21121.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 34 (13.67% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 3.92%
R=29.41%
G=66.67%
B=3.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal153420.5600.940.8795.6288.897.06
HexF2223805E5760597
Octal174227001361271401317
Binary11111000101011100001011110101011111000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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