Html Css Color HEX #10150A Pine Tree

📋 copy color: '#10150A'

red 16 ◦ green 21 ◦ blue 10

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

Shades of Pine Tree #10150A

Tints of Pine Tree #10150A

RGB

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

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

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

R = 34.04%
G = 44.68%
B = 21.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#10150A (or 0x10150A) is known color: Pine Tree. HEX triplet: 10, 15 and 0A. RGB value is (16,21,10). Sum of RGB (Red+Green+Blue) = 16+21+10=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #10150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10150A is #EFEAF5. Grayscale: #121212. Windows color (decimal): -15723254 or 660752. OLE color: 660752.

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

Color convert

RGB 16 21 10 -
CMYK 0.24 0 0.52 0.92
HSL 87.27º 0.35% 0.06% -
HSV(B) 87.27º 0.52% 0.08% -
XYZ 0.54 0.67 0.39 -
YUV 18.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 16 21 10 0.24 0 0.52 0.92 87.27 0.35 0.06
Hex 10 15 A 18 0 34 5C 57 23 6
Octal 20 25 12 30 0 64 134 127 43 6
Binary 10000 10101 1010 11000 0 110100 1011100 1010111 100011 110

Color Harmonies of #10150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10150A

Black with #10150A

Text Example


Text Example

White with #10150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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