#181D0D

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

Shades of Pine Tree #181D0D

Tints of Pine Tree #181D0D

Color information

#181D0D (or 0x181D0D) is unknown color: approx Pine Tree. HEX triplet: 18, 1D and 0D. RGB value is (24,29,13). Sum of RGB (Red+Green+Blue) = 24+29+13=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 29 - color contains mainly: green. Hex color #181D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D0D is #E7E2F2. Grayscale: #191919. Windows color (decimal): -15196915 or 859416. OLE color: 859416.

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

Color convert

RGB242913-
CMYK0.1700.550.89
HSL78.75º38.1%8.24%-
HSV(B)78.75º55.17%11.37%-
XYZ0.891.10.55-
YUV25.68120.84126.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.36%
GREEN value IS 29 (11.72% from 255) = 43.94%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=36.36%
G=43.94%
B=19.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2429130.1700.550.8978.7538.18.24
Hex181DD11037594f268
Octal303515210671311174610
Binary11000111011101100010110111101100110011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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