#181C13

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

Shades of Pine Tree #181C13

Tints of Pine Tree #181C13

Color information

#181C13 (or 0x181C13) is unknown color: approx Pine Tree. HEX triplet: 18, 1C and 13. RGB value is (24,28,19). Sum of RGB (Red+Green+Blue) = 24+28+19=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #181C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C13 is #E7E3EC. Grayscale: #191919. Windows color (decimal): -15197165 or 1252376. OLE color: 1252376.

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

Color convert

RGB242819-
CMYK0.1400.320.89
HSL86.67º19.15%9.22%-
HSV(B)86.67º32.14%10.98%-
XYZ0.911.070.78-
YUV25.78124.17126.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=33.80%
G=39.44%
B=26.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2428190.1400.320.8986.6719.159.22
Hex181C13E0205957139
Octal303423160401311272311
Binary1100011100100111110010000010110011010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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