Html Css Color HEX #0F120D Pine Tree

📋 copy color: '#0F120D'

red 15 ◦ green 18 ◦ blue 13

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

Shades of Pine Tree #0F120D

Tints of Pine Tree #0F120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 39.13%

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

R = 32.61%
G = 39.13%
B = 28.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#0F120D (or 0x0F120D) is known color: Pine Tree. HEX triplet: 0F, 12 and 0D. RGB value is (15,18,13). Sum of RGB (Red+Green+Blue) = 15+18+13=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 18 - color contains mainly: green. Hex color #0F120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F120D is #F0EDF2. Grayscale: #101010. Windows color (decimal): -15789555 or 856591. OLE color: 856591.

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

Color convert

RGB 15 18 13 -
CMYK 0.17 0 0.28 0.93
HSL 96º 0.16% 0.06% -
HSV(B) 96º 0.28% 0.07% -
XYZ 0.49 0.56 0.46 -
YUV 16.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 15 18 13 0.17 0 0.28 0.93 96 0.16 0.06
Hex F 12 D 11 0 1C 5D 60 10 6
Octal 17 22 15 21 0 34 135 140 20 6
Binary 1111 10010 1101 10001 0 11100 1011101 1100000 10000 110

Color Harmonies of #0F120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F120D

Black with #0F120D

Text Example


Text Example

White with #0F120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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