Html Css Color HEX #10150C Pine Tree

📋 copy color: '#10150C'

red 16 ◦ green 21 ◦ blue 12

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

Shades of Pine Tree #10150C

Tints of Pine Tree #10150C

RGB

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

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

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

R = 32.65%
G = 42.86%
B = 24.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#10150C (or 0x10150C) is known color: Pine Tree. HEX triplet: 10, 15 and 0C. RGB value is (16,21,12). Sum of RGB (Red+Green+Blue) = 16+21+12=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #10150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10150C is #EFEAF3. Grayscale: #121212. Windows color (decimal): -15723252 or 791824. OLE color: 791824.

HSL color Cylindrical-coordinate representation of color #10150C: hue angle of 93.33º 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 #10150C is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 21 12 -
CMYK 0.24 0 0.43 0.92
HSL 93.33º 0.27% 0.06% -
HSV(B) 93.33º 0.43% 0.08% -
XYZ 0.55 0.67 0.45 -
YUV 18.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 16 21 12 0.24 0 0.43 0.92 93.33 0.27 0.06
Hex 10 15 C 18 0 2B 5C 5D 1B 6
Octal 20 25 14 30 0 53 134 135 33 6
Binary 10000 10101 1100 11000 0 101011 1011100 1011101 11011 110

Color Harmonies of #10150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10150C

Black with #10150C

Text Example


Text Example

White with #10150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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