#181D0F

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

Shades of Pine Tree #181D0F

Tints of Pine Tree #181D0F

Color information

#181D0F (or 0x181D0F) is unknown color: approx Pine Tree. HEX triplet: 18, 1D and 0F. RGB value is (24,29,15). Sum of RGB (Red+Green+Blue) = 24+29+15=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #181D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D0F is #E7E2F0. Grayscale: #191919. Windows color (decimal): -15196913 or 990488. OLE color: 990488.

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

Color convert

RGB242915-
CMYK0.1700.480.89
HSL81.43º31.82%8.63%-
HSV(B)81.43º48.28%11.37%-
XYZ0.91.110.62-
YUV25.91121.84126.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.29%
GREEN value IS 29 (11.72% from 255) = 42.65%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=35.29%
G=42.65%
B=22.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2429150.1700.480.8981.4331.828.63
Hex181DF110305951209
Octal303517210601311214011
Binary11000111011111100010110000101100110100011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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