Html Css Color HEX #0F110E Pine Tree

📋 copy color: '#0F110E'

red 15 ◦ green 17 ◦ blue 14

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

Shades of Pine Tree #0F110E

Tints of Pine Tree #0F110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 32.61%
G = 36.96%
B = 30.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#0F110E (or 0x0F110E) is known color: Pine Tree. HEX triplet: 0F, 11 and 0E. RGB value is (15,17,14). Sum of RGB (Red+Green+Blue) = 15+17+14=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 17 - color contains mainly: green. Hex color #0F110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F110E is #F0EEF1. Grayscale: #101010. Windows color (decimal): -15789810 or 921871. OLE color: 921871.

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

Color convert

RGB 15 17 14 -
CMYK 0.12 0 0.18 0.93
HSL 100º 0.1% 0.06% -
HSV(B) 100º 0.18% 0.07% -
XYZ 0.48 0.53 0.49 -
YUV 16.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 15 17 14 0.12 0 0.18 0.93 100 0.1 0.06
Hex F 11 E C 0 12 5D 64 A 6
Octal 17 21 16 14 0 22 135 144 12 6
Binary 1111 10001 1110 1100 0 10010 1011101 1100100 1010 110

Color Harmonies of #0F110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F110E

Black with #0F110E

Text Example


Text Example

White with #0F110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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