#0F180B

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

Shades of Pine Tree #0F180B

Tints of Pine Tree #0F180B

Color information

#0F180B (or 0x0F180B) is unknown color: approx Pine Tree. HEX triplet: 0F, 18 and 0B. RGB value is (15,24,11). Sum of RGB (Red+Green+Blue) = 15+24+11=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #0F180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F180B is #F0E7F4. Grayscale: #131313. Windows color (decimal): -15788021 or 727055. OLE color: 727055.

HSL color Cylindrical-coordinate representation of color #0F180B: hue angle of 101.54º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0F180B is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB152411-
CMYK0.3700.540.91
HSL101.54º37.14%6.86%-
HSV(B)101.54º54.17%9.41%-
XYZ0.580.780.44-
YUV19.83123.02124.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30%
GREEN value IS 24 (9.77% from 255) = 48%
BLUE value IS 11 (4.69% from 255) = 22%
R=30%
G=48%
B=22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1524110.3700.540.91101.5437.146.86
HexF18B250365B66257
Octal17301345066133146457
Binary1111110001011100101011011010110111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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