Html Css Color HEX #0F120A Pine Tree

📋 copy color: '#0F120A'

red 15 ◦ green 18 ◦ blue 10

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

Shades of Pine Tree #0F120A

Tints of Pine Tree #0F120A

RGB

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

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

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

R = 34.88%
G = 41.86%
B = 23.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#0F120A (or 0x0F120A) is known color: Pine Tree. HEX triplet: 0F, 12 and 0A. RGB value is (15,18,10). Sum of RGB (Red+Green+Blue) = 15+18+10=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 18 - color contains mainly: green. Hex color #0F120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F120A is #F0EDF5. Grayscale: #101010. Windows color (decimal): -15789558 or 659983. OLE color: 659983.

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

Color convert

RGB 15 18 10 -
CMYK 0.17 0 0.44 0.93
HSL 82.5º 0.29% 0.05% -
HSV(B) 82.5º 0.44% 0.07% -
XYZ 0.47 0.56 0.37 -
YUV 16.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 15 18 10 0.17 0 0.44 0.93 82.5 0.29 0.05
Hex F 12 A 11 0 2C 5D 52 1D 5
Octal 17 22 12 21 0 54 135 122 35 5
Binary 1111 10010 1010 10001 0 101100 1011101 1010010 11101 101

Color Harmonies of #0F120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F120A

Black with #0F120A

Text Example


Text Example

White with #0F120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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