Html Css Color HEX #10150D Pine Tree

📋 copy color: '#10150D'

red 16 ◦ green 21 ◦ blue 13

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

Shades of Pine Tree #10150D

Tints of Pine Tree #10150D

RGB

 RED value IS 16 (6.64% from 255) = 32%

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

 BLUE value IS 13 (5.47% from 255) = 26%

R = 32%
G = 42%
B = 26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#10150D (or 0x10150D) is known color: Pine Tree. HEX triplet: 10, 15 and 0D. RGB value is (16,21,13). Sum of RGB (Red+Green+Blue) = 16+21+13=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #10150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10150D is #EFEAF2. Grayscale: #121212. Windows color (decimal): -15723251 or 857360. OLE color: 857360.

HSL color Cylindrical-coordinate representation of color #10150D: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10150D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 21 13 -
CMYK 0.24 0 0.38 0.92
HSL 97.5º 0.24% 0.07% -
HSV(B) 97.5º 0.38% 0.08% -
XYZ 0.55 0.68 0.48 -
YUV 18.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 16 21 13 0.24 0 0.38 0.92 97.5 0.24 0.07
Hex 10 15 D 18 0 26 5C 62 18 7
Octal 20 25 15 30 0 46 134 142 30 7
Binary 10000 10101 1101 11000 0 100110 1011100 1100010 11000 111

Color Harmonies of #10150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10150D

Black with #10150D

Text Example


Text Example

White with #10150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10150D; }

 p { color: rgb(16,21,13); }

 H1.HeaderClassName
 {
   color: #10150D;
 }
 .AnyTagClassName
 {
   color: #10150D;
 }
</style>

background-color css

<style>
 a { background-color: #10150D; }

 a { background-color: rgb(16,21,13); }

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

border-color css

<style>
 span { border-color: #10150D; }

 span { border-color: rgb(16,21,13); }

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