#181B13

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

Shades of Pine Tree #181B13

Tints of Pine Tree #181B13

Color information

#181B13 (or 0x181B13) is unknown color: approx Pine Tree. HEX triplet: 18, 1B and 13. RGB value is (24,27,19). Sum of RGB (Red+Green+Blue) = 24+27+19=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #181B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B13 is #E7E4EC. Grayscale: #191919. Windows color (decimal): -15197421 or 1252120. OLE color: 1252120.

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

Color convert

RGB242719-
CMYK0.1100.300.89
HSL82.5º17.39%9.02%-
HSV(B)82.5º29.63%10.59%-
XYZ0.891.030.77-
YUV25.19124.51127.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 27 (10.94% from 255) = 38.57%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=34.29%
G=38.57%
B=27.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2427190.1100.300.8982.517.399.02
Hex181B13B01E5952119
Octal303323130361311222111
Binary110001101110011101101111010110011010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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