#12170B

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

Shades of Pine Tree #12170B

Tints of Pine Tree #12170B

Color information

#12170B (or 0x12170B) is unknown color: approx Pine Tree. HEX triplet: 12, 17 and 0B. RGB value is (18,23,11). Sum of RGB (Red+Green+Blue) = 18+23+11=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #12170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12170B is #EDE8F4. Grayscale: #141414. Windows color (decimal): -15591669 or 726802. OLE color: 726802.

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

Color convert

RGB182311-
CMYK0.2200.520.91
HSL85º35.29%6.67%-
HSV(B)85º52.17%9.02%-
XYZ0.620.770.43-
YUV20.14122.84126.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 23 (9.38% from 255) = 44.23%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=34.62%
G=44.23%
B=21.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1823110.2200.520.918535.296.67
Hex1217B160345B55237
Octal22271326064133125437
Binary1001010111101110110011010010110111010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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