Html Css Color HEX #10120E Pine Tree

📋 copy color: '#10120E'

red 16 ◦ green 18 ◦ blue 14

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

Shades of Pine Tree #10120E

Tints of Pine Tree #10120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 37.5%

 BLUE value IS 14 (5.86% from 255) = 29.17%

R = 33.33%
G = 37.5%
B = 29.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#10120E (or 0x10120E) is known color: Pine Tree. HEX triplet: 10, 12 and 0E. RGB value is (16,18,14). Sum of RGB (Red+Green+Blue) = 16+18+14=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 18 - color contains mainly: green. Hex color #10120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120E is #EFEDF1. Grayscale: #101010. Windows color (decimal): -15724018 or 922128. OLE color: 922128.

HSL color Cylindrical-coordinate representation of color #10120E: hue angle of 90º degrees, saturation: 0.12, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #10120E is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 18 14 -
CMYK 0.11 0 0.22 0.93
HSL 90º 0.13% 0.06% -
HSV(B) 90º 0.22% 0.07% -
XYZ 0.51 0.57 0.5 -
YUV 16.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 16 18 14 0.11 0 0.22 0.93 90 0.13 0.06
Hex 10 12 E B 0 16 5D 5A C 6
Octal 20 22 16 13 0 26 135 132 14 6
Binary 10000 10010 1110 1011 0 10110 1011101 1011010 1100 110

Color Harmonies of #10120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10120E

Black with #10120E

Text Example


Text Example

White with #10120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10120E; }

 p { color: rgb(16,18,14); }

 H1.HeaderClassName
 {
   color: #10120E;
 }
 .AnyTagClassName
 {
   color: #10120E;
 }
</style>

background-color css

<style>
 a { background-color: #10120E; }

 a { background-color: rgb(16,18,14); }

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

border-color css

<style>
 span { border-color: #10120E; }

 span { border-color: rgb(16,18,14); }

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