Html Css Color HEX #0F170A Pine Tree

📋 copy color: '#0F170A'

red 15 ◦ green 23 ◦ blue 10

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

Shades of Pine Tree #0F170A

Tints of Pine Tree #0F170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 20.83%

R = 31.25%
G = 47.92%
B = 20.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#0F170A (or 0x0F170A) is known color: Pine Tree. HEX triplet: 0F, 17 and 0A. RGB value is (15,23,10). Sum of RGB (Red+Green+Blue) = 15+23+10=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #0F170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F170A is #F0E8F5. Grayscale: #131313. Windows color (decimal): -15788278 or 661263. OLE color: 661263.

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

Color convert

RGB 15 23 10 -
CMYK 0.35 0 0.57 0.91
HSL 96.92º 0.39% 0.06% -
HSV(B) 96.92º 0.57% 0.09% -
XYZ 0.56 0.74 0.4 -
YUV 19.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 15 23 10 0.35 0 0.57 0.91 96.92 0.39 0.06
Hex F 17 A 23 0 39 5B 61 27 6
Octal 17 27 12 43 0 71 133 141 47 6
Binary 1111 10111 1010 100011 0 111001 1011011 1100001 100111 110

Color Harmonies of #0F170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F170A

Black with #0F170A

Text Example


Text Example

White with #0F170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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