#181C15

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

Shades of Pine Tree #181C15

Tints of Pine Tree #181C15

Color information

#181C15 (or 0x181C15) is unknown color: approx Pine Tree. HEX triplet: 18, 1C and 15. RGB value is (24,28,21). Sum of RGB (Red+Green+Blue) = 24+28+21=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 28 - color contains mainly: green. Hex color #181C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C15 is #E7E3EA. Grayscale: #1A1A1A. Windows color (decimal): -15197163 or 1383448. OLE color: 1383448.

HSL color Cylindrical-coordinate representation of color #181C15: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181C15 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB242821-
CMYK0.1400.250.89
HSL94.29º14.29%9.61%-
HSV(B)94.29º25%10.98%-
XYZ0.931.080.87-
YUV26.01125.17126.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 28 (11.33% from 255) = 38.36%
BLUE value IS 21 (8.59% from 255) = 28.77%
R=32.88%
G=38.36%
B=28.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2428210.1400.250.8994.2914.299.61
Hex181C15E019595eea
Octal303425160311311361612
Binary11000111001010111100110011011001101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,28,21); }

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

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

 a { background-color: rgb(24,28,21); }

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

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

 span { border-color: rgb(24,28,21); }

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