Html Css Color HEX #0F140D Pine Tree

📋 copy color: '#0F140D'

red 15 ◦ green 20 ◦ blue 13

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

Shades of Pine Tree #0F140D

Tints of Pine Tree #0F140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 41.67%

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

R = 31.25%
G = 41.67%
B = 27.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#0F140D (or 0x0F140D) is known color: Pine Tree. HEX triplet: 0F, 14 and 0D. RGB value is (15,20,13). Sum of RGB (Red+Green+Blue) = 15+20+13=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #0F140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F140D is #F0EBF2. Grayscale: #111111. Windows color (decimal): -15789043 or 857103. OLE color: 857103.

HSL color Cylindrical-coordinate representation of color #0F140D: hue angle of 102.86º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F140D is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 20 13 -
CMYK 0.25 0 0.35 0.92
HSL 102.86º 0.21% 0.06% -
HSV(B) 102.86º 0.35% 0.08% -
XYZ 0.52 0.63 0.48 -
YUV 17.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 15 20 13 0.25 0 0.35 0.92 102.86 0.21 0.06
Hex F 14 D 19 0 23 5C 67 15 6
Octal 17 24 15 31 0 43 134 147 25 6
Binary 1111 10100 1101 11001 0 100011 1011100 1100111 10101 110

Color Harmonies of #0F140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F140D

Black with #0F140D

Text Example


Text Example

White with #0F140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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