#181D12

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

Shades of Pine Tree #181D12

Tints of Pine Tree #181D12

Color information

#181D12 (or 0x181D12) is unknown color: approx Pine Tree. HEX triplet: 18, 1D and 12. RGB value is (24,29,18). Sum of RGB (Red+Green+Blue) = 24+29+18=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 29 - color contains mainly: green. Hex color #181D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D12 is #E7E2ED. Grayscale: #1A1A1A. Windows color (decimal): -15196910 or 1187096. OLE color: 1187096.

HSL color Cylindrical-coordinate representation of color #181D12: hue angle of 87.27º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #181D12 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB242918-
CMYK0.1700.380.89
HSL87.27º23.4%9.22%-
HSV(B)87.27º37.93%11.37%-
XYZ0.931.120.74-
YUV26.25123.34126.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 29 (11.72% from 255) = 40.85%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=33.80%
G=40.85%
B=25.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2429180.1700.380.8987.2723.49.22
Hex181D12110265957179
Octal303522210461311272711
Binary11000111011001010001010011010110011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181D12; }

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

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

<style>
 a { background-color: #181D12; }

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

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

<style>
 span { border-color: #181D12; }

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

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