Html Css Color HEX #0F100D Pine Tree

📋 copy color: '#0F100D'

red 15 ◦ green 16 ◦ blue 13

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

Shades of Pine Tree #0F100D

Tints of Pine Tree #0F100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 36.36%

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

R = 34.09%
G = 36.36%
B = 29.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#0F100D (or 0x0F100D) is known color: Pine Tree. HEX triplet: 0F, 10 and 0D. RGB value is (15,16,13). Sum of RGB (Red+Green+Blue) = 15+16+13=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 16 - color contains mainly: green. Hex color #0F100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F100D is #F0EFF2. Grayscale: #0F0F0F. Windows color (decimal): -15790067 or 856079. OLE color: 856079.

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

Color convert

RGB 15 16 13 -
CMYK 0.06 0 0.19 0.94
HSL 80º 0.1% 0.06% -
HSV(B) 80º 0.19% 0.06% -
XYZ 0.45 0.5 0.45 -
YUV 15.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 15 16 13 0.06 0 0.19 0.94 80 0.1 0.06
Hex F 10 D 6 0 13 5E 50 A 6
Octal 17 20 15 6 0 23 136 120 12 6
Binary 1111 10000 1101 110 0 10011 1011110 1010000 1010 110

Color Harmonies of #0F100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F100D

Black with #0F100D

Text Example


Text Example

White with #0F100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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