Html Css Color HEX #0F150C Pine Tree

📋 copy color: '#0F150C'

red 15 ◦ green 21 ◦ blue 12

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

Shades of Pine Tree #0F150C

Tints of Pine Tree #0F150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 43.75%

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

R = 31.25%
G = 43.75%
B = 25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#0F150C (or 0x0F150C) is known color: Pine Tree. HEX triplet: 0F, 15 and 0C. RGB value is (15,21,12). Sum of RGB (Red+Green+Blue) = 15+21+12=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #0F150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F150C is #F0EAF3. Grayscale: #121212. Windows color (decimal): -15788788 or 791823. OLE color: 791823.

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

Color convert

RGB 15 21 12 -
CMYK 0.29 0 0.43 0.92
HSL 100º 0.27% 0.06% -
HSV(B) 100º 0.43% 0.08% -
XYZ 0.53 0.66 0.45 -
YUV 18.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 15 21 12 0.29 0 0.43 0.92 100 0.27 0.06
Hex F 15 C 1D 0 2B 5C 64 1B 6
Octal 17 25 14 35 0 53 134 144 33 6
Binary 1111 10101 1100 11101 0 101011 1011100 1100100 11011 110

Color Harmonies of #0F150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F150C

Black with #0F150C

Text Example


Text Example

White with #0F150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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