Html Css Color HEX #0F110D Pine Tree

📋 copy color: '#0F110D'

red 15 ◦ green 17 ◦ blue 13

#0F110D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #0F110D

Tints of Pine Tree #0F110D

RGB

 RED value IS 15 (6.25% from 255) = 33.33%

 GREEN value IS 17 (7.03% from 255) = 37.78%

 BLUE value IS 13 (5.47% from 255) = 28.89%

R = 33.33%
G = 37.78%
B = 28.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#0F110D (or 0x0F110D) is known color: Pine Tree. HEX triplet: 0F, 11 and 0D. RGB value is (15,17,13). Sum of RGB (Red+Green+Blue) = 15+17+13=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 17 - color contains mainly: green. Hex color #0F110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F110D is #F0EEF2. Grayscale: #0F0F0F. Windows color (decimal): -15789811 or 856335. OLE color: 856335.

HSL color Cylindrical-coordinate representation of color #0F110D: hue angle of 90º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #0F110D is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 17 13 -
CMYK 0.12 0 0.24 0.93
HSL 90º 0.13% 0.06% -
HSV(B) 90º 0.24% 0.07% -
XYZ 0.47 0.53 0.46 -
YUV 15.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 15 17 13 0.12 0 0.24 0.93 90 0.13 0.06
Hex F 11 D C 0 18 5D 5A D 6
Octal 17 21 15 14 0 30 135 132 15 6
Binary 1111 10001 1101 1100 0 11000 1011101 1011010 1101 110

Color Harmonies of #0F110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F110D

Black with #0F110D

Text Example


Text Example

White with #0F110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,13); }

 H1.HeaderClassName
 {
   color: #0F110D;
 }
 .AnyTagClassName
 {
   color: #0F110D;
 }
</style>

background-color css

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

 a { background-color: rgb(15,17,13); }

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

border-color css

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

 span { border-color: rgb(15,17,13); }

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