Html Css Color HEX #0F120B Pine Tree

📋 copy color: '#0F120B'

red 15 ◦ green 18 ◦ blue 11

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

Shades of Pine Tree #0F120B

Tints of Pine Tree #0F120B

RGB

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

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

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

R = 34.09%
G = 40.91%
B = 25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#0F120B (or 0x0F120B) is known color: Pine Tree. HEX triplet: 0F, 12 and 0B. RGB value is (15,18,11). Sum of RGB (Red+Green+Blue) = 15+18+11=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #0F120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F120B is #F0EDF4. Grayscale: #101010. Windows color (decimal): -15789557 or 725519. OLE color: 725519.

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

Color convert

RGB 15 18 11 -
CMYK 0.17 0 0.39 0.93
HSL 85.71º 0.24% 0.06% -
HSV(B) 85.71º 0.39% 0.07% -
XYZ 0.47 0.56 0.4 -
YUV 16.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 15 18 11 0.17 0 0.39 0.93 85.71 0.24 0.06
Hex F 12 B 11 0 27 5D 56 18 6
Octal 17 22 13 21 0 47 135 126 30 6
Binary 1111 10010 1011 10001 0 100111 1011101 1010110 11000 110

Color Harmonies of #0F120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F120B

Black with #0F120B

Text Example


Text Example

White with #0F120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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