#181D10

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

Shades of Pine Tree #181D10

Tints of Pine Tree #181D10

Color information

#181D10 (or 0x181D10) is unknown color: approx Pine Tree. HEX triplet: 18, 1D and 10. RGB value is (24,29,16). Sum of RGB (Red+Green+Blue) = 24+29+16=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 29 - color contains mainly: green. Hex color #181D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D10 is #E7E2EF. Grayscale: #1A1A1A. Windows color (decimal): -15196912 or 1056024. OLE color: 1056024.

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

Color convert

RGB242916-
CMYK0.1700.450.89
HSL83.08º28.89%8.82%-
HSV(B)83.08º44.83%11.37%-
XYZ0.911.110.66-
YUV26.02122.34126.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.78%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 16 (6.64% from 255) = 23.19%
R=34.78%
G=42.03%
B=23.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2429160.1700.450.8983.0828.898.82
Hex181D101102D59531d9
Octal303520210551311233511
Binary11000111011000010001010110110110011010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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