#0B0F08

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

Shades of Pine Tree #0B0F08

Tints of Pine Tree #0B0F08

Color information

#0B0F08 (or 0x0B0F08) is unknown color: approx Pine Tree. HEX triplet: 0B, 0F and 08. RGB value is (11,15,8). Sum of RGB (Red+Green+Blue) = 11+15+8=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 15 - color contains mainly: green. Hex color #0B0F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0F08 is #F4F0F7. Grayscale: #0D0D0D. Windows color (decimal): -16052472 or 528139. OLE color: 528139.

HSL color Cylindrical-coordinate representation of color #0B0F08: hue angle of 94.29º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0B0F08 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.94.

Color convert

RGB11158-
CMYK0.2700.470.94
HSL94.29º30.43%4.51%-
HSV(B)94.29º46.67%5.88%-
XYZ0.350.430.29-
YUV13.01125.17126.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 32.35%
GREEN value IS 15 (6.25% from 255) = 44.12%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=32.35%
G=44.12%
B=23.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal111580.2700.470.9494.2930.434.51
HexBF81B02F5E5e1e5
Octal13171033057136136365
Binary1011111110001101101011111011110101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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