Html Css Color HEX #10130C Pine Tree

📋 copy color: '#10130C'

red 16 ◦ green 19 ◦ blue 12

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

Shades of Pine Tree #10130C

Tints of Pine Tree #10130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 40.43%

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

R = 34.04%
G = 40.43%
B = 25.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.93

RGB Variations

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

Color information

#10130C (or 0x10130C) is known color: Pine Tree. HEX triplet: 10, 13 and 0C. RGB value is (16,19,12). Sum of RGB (Red+Green+Blue) = 16+19+12=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #10130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130C is #EFECF3. Grayscale: #111111. Windows color (decimal): -15723764 or 791312. OLE color: 791312.

HSL color Cylindrical-coordinate representation of color #10130C: hue angle of 85.71º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #10130C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 19 12 -
CMYK 0.16 0 0.37 0.93
HSL 85.71º 0.23% 0.06% -
HSV(B) 85.71º 0.37% 0.07% -
XYZ 0.51 0.6 0.44 -
YUV 17.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 16 19 12 0.16 0 0.37 0.93 85.71 0.23 0.06
Hex 10 13 C 10 0 25 5D 56 17 6
Octal 20 23 14 20 0 45 135 126 27 6
Binary 10000 10011 1100 10000 0 100101 1011101 1010110 10111 110

Color Harmonies of #10130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10130C

Black with #10130C

Text Example


Text Example

White with #10130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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