#12170E

Color #12170E Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #12170E

Tints of Pine Tree #12170E

Color information

#12170E (or 0x12170E) is unknown color: approx Pine Tree. HEX triplet: 12, 17 and 0E. RGB value is (18,23,14). Sum of RGB (Red+Green+Blue) = 18+23+14=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #12170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12170E is #EDE8F1. Grayscale: #141414. Windows color (decimal): -15591666 or 923410. OLE color: 923410.

HSL color Cylindrical-coordinate representation of color #12170E: hue angle of 93.33º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #12170E is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB182314-
CMYK0.2200.390.91
HSL93.33º24.32%7.25%-
HSV(B)93.33º39.13%9.02%-
XYZ0.640.770.53-
YUV20.48124.34126.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=32.73%
G=41.82%
B=25.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1823140.2200.390.9193.3324.327.25
Hex1217E160275B5d187
Octal22271626047133135307
Binary100101011111101011001001111011011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12170E;
 }
 .AnyTagClassName
 {
   color: #12170E;
 }
</style>
background-color css

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

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

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

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

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

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