Html Css Color HEX #0F120C Pine Tree

📋 copy color: '#0F120C'

red 15 ◦ green 18 ◦ blue 12

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

Shades of Pine Tree #0F120C

Tints of Pine Tree #0F120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 26.67%

R = 33.33%
G = 40%
B = 26.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#0F120C (or 0x0F120C) is known color: Pine Tree. HEX triplet: 0F, 12 and 0C. RGB value is (15,18,12). Sum of RGB (Red+Green+Blue) = 15+18+12=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 18 - color contains mainly: green. Hex color #0F120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F120C is #F0EDF3. Grayscale: #101010. Windows color (decimal): -15789556 or 791055. OLE color: 791055.

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

Color convert

RGB 15 18 12 -
CMYK 0.17 0 0.33 0.93
HSL 90º 0.2% 0.06% -
HSV(B) 90º 0.33% 0.07% -
XYZ 0.48 0.56 0.43 -
YUV 16.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 15 18 12 0.17 0 0.33 0.93 90 0.2 0.06
Hex F 12 C 11 0 21 5D 5A 14 6
Octal 17 22 14 21 0 41 135 132 24 6
Binary 1111 10010 1100 10001 0 100001 1011101 1011010 10100 110

Color Harmonies of #0F120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F120C

Black with #0F120C

Text Example


Text Example

White with #0F120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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