Html Css Color HEX #10120F Pine Tree

📋 copy color: '#10120F'

red 16 ◦ green 18 ◦ blue 15

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

Shades of Pine Tree #10120F

Tints of Pine Tree #10120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 30.61%

R = 32.65%
G = 36.73%
B = 30.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#10120F (or 0x10120F) is known color: Pine Tree. HEX triplet: 10, 12 and 0F. RGB value is (16,18,15). Sum of RGB (Red+Green+Blue) = 16+18+15=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 18 - color contains mainly: green. Hex color #10120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120F is #EFEDF0. Grayscale: #111111. Windows color (decimal): -15724017 or 987664. OLE color: 987664.

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

Color convert

RGB 16 18 15 -
CMYK 0.11 0 0.17 0.93
HSL 100º 0.09% 0.06% -
HSV(B) 100º 0.17% 0.07% -
XYZ 0.52 0.58 0.54 -
YUV 17.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 16 18 15 0.11 0 0.17 0.93 100 0.09 0.06
Hex 10 12 F B 0 11 5D 64 9 6
Octal 20 22 17 13 0 21 135 144 11 6
Binary 10000 10010 1111 1011 0 10001 1011101 1100100 1001 110

Color Harmonies of #10120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10120F

Black with #10120F

Text Example


Text Example

White with #10120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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