#0F1B08

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

Shades of Pine Tree #0F1B08

Tints of Pine Tree #0F1B08

Color information

#0F1B08 (or 0x0F1B08) is unknown color: approx Pine Tree. HEX triplet: 0F, 1B and 08. RGB value is (15,27,8). Sum of RGB (Red+Green+Blue) = 15+27+8=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B08 is #F0E4F7. Grayscale: #151515. Windows color (decimal): -15787256 or 531215. OLE color: 531215.

HSL color Cylindrical-coordinate representation of color #0F1B08: hue angle of 97.89º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F1B08 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.

Color convert

RGB15278-
CMYK0.4400.700.89
HSL97.89º54.29%6.86%-
HSV(B)97.89º70.37%10.59%-
XYZ0.630.90.37-
YUV21.25120.52123.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30%
GREEN value IS 27 (10.94% from 255) = 54%
BLUE value IS 8 (3.52% from 255) = 16%
R=30%
G=54%
B=16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152780.4400.700.8997.8954.296.86
HexF1B82C0465962367
Octal173310540106131142667
Binary11111101110001011000100011010110011100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,27,8); }

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

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

 a { background-color: rgb(15,27,8); }

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

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

 span { border-color: rgb(15,27,8); }

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