#12180F

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

Shades of Pine Tree #12180F

Tints of Pine Tree #12180F

Color information

#12180F (or 0x12180F) is unknown color: approx Pine Tree. HEX triplet: 12, 18 and 0F. RGB value is (18,24,15). Sum of RGB (Red+Green+Blue) = 18+24+15=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #12180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12180F is #EDE7F0. Grayscale: #151515. Windows color (decimal): -15591409 or 989202. OLE color: 989202.

HSL color Cylindrical-coordinate representation of color #12180F: hue angle of 100º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #12180F is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB182415-
CMYK0.2500.370.91
HSL100º23.08%7.65%-
HSV(B)100º37.5%9.41%-
XYZ0.660.820.57-
YUV21.18124.51125.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 24 (9.77% from 255) = 42.11%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=31.58%
G=42.11%
B=26.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1824150.2500.370.9110023.087.65
Hex1218F190255B64178
Octal223017310451331442710
Binary1001011000111111001010010110110111100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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