Html Css Color HEX #0F170B Pine Tree

📋 copy color: '#0F170B'

red 15 ◦ green 23 ◦ blue 11

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

Shades of Pine Tree #0F170B

Tints of Pine Tree #0F170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 46.94%

 BLUE value IS 11 (4.69% from 255) = 22.45%

R = 30.61%
G = 46.94%
B = 22.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#0F170B (or 0x0F170B) is known color: Pine Tree. HEX triplet: 0F, 17 and 0B. RGB value is (15,23,11). Sum of RGB (Red+Green+Blue) = 15+23+11=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 23 - color contains mainly: green. Hex color #0F170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F170B is #F0E8F4. Grayscale: #131313. Windows color (decimal): -15788277 or 726799. OLE color: 726799.

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

Color convert

RGB 15 23 11 -
CMYK 0.35 0 0.52 0.91
HSL 100º 0.35% 0.07% -
HSV(B) 100º 0.52% 0.09% -
XYZ 0.56 0.74 0.43 -
YUV 19.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 15 23 11 0.35 0 0.52 0.91 100 0.35 0.07
Hex F 17 B 23 0 34 5B 64 23 7
Octal 17 27 13 43 0 64 133 144 43 7
Binary 1111 10111 1011 100011 0 110100 1011011 1100100 100011 111

Color Harmonies of #0F170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F170B

Black with #0F170B

Text Example


Text Example

White with #0F170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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