Html Css Color HEX #10140C Pine Tree

📋 copy color: '#10140C'

red 16 ◦ green 20 ◦ blue 12

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

Shades of Pine Tree #10140C

Tints of Pine Tree #10140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 41.67%

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

R = 33.33%
G = 41.67%
B = 25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#10140C (or 0x10140C) is known color: Pine Tree. HEX triplet: 10, 14 and 0C. RGB value is (16,20,12). Sum of RGB (Red+Green+Blue) = 16+20+12=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #10140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10140C is #EFEBF3. Grayscale: #111111. Windows color (decimal): -15723508 or 791568. OLE color: 791568.

HSL color Cylindrical-coordinate representation of color #10140C: hue angle of 90º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #10140C is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 20 12 -
CMYK 0.20 0 0.40 0.92
HSL 90º 0.25% 0.06% -
HSV(B) 90º 0.4% 0.08% -
XYZ 0.53 0.64 0.44 -
YUV 17.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 16 20 12 0.20 0 0.40 0.92 90 0.25 0.06
Hex 10 14 C 14 0 28 5C 5A 19 6
Octal 20 24 14 24 0 50 134 132 31 6
Binary 10000 10100 1100 10100 0 101000 1011100 1011010 11001 110

Color Harmonies of #10140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10140C

Black with #10140C

Text Example


Text Example

White with #10140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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