Html Css Color HEX #0F150A Pine Tree

📋 copy color: '#0F150A'

red 15 ◦ green 21 ◦ blue 10

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

Shades of Pine Tree #0F150A

Tints of Pine Tree #0F150A

RGB

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

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

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

R = 32.61%
G = 45.65%
B = 21.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#0F150A (or 0x0F150A) is known color: Pine Tree. HEX triplet: 0F, 15 and 0A. RGB value is (15,21,10). Sum of RGB (Red+Green+Blue) = 15+21+10=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #0F150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F150A is #F0EAF5. Grayscale: #111111. Windows color (decimal): -15788790 or 660751. OLE color: 660751.

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

Color convert

RGB 15 21 10 -
CMYK 0.29 0 0.52 0.92
HSL 92.73º 0.35% 0.06% -
HSV(B) 92.73º 0.52% 0.08% -
XYZ 0.52 0.66 0.39 -
YUV 17.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 15 21 10 0.29 0 0.52 0.92 92.73 0.35 0.06
Hex F 15 A 1D 0 34 5C 5D 23 6
Octal 17 25 12 35 0 64 134 135 43 6
Binary 1111 10101 1010 11101 0 110100 1011100 1011101 100011 110

Color Harmonies of #0F150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F150A

Black with #0F150A

Text Example


Text Example

White with #0F150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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