#181B14

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

Shades of Pine Tree #181B14

Tints of Pine Tree #181B14

Color information

#181B14 (or 0x181B14) is unknown color: approx Pine Tree. HEX triplet: 18, 1B and 14. RGB value is (24,27,20). Sum of RGB (Red+Green+Blue) = 24+27+20=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 27 - color contains mainly: green. Hex color #181B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B14 is #E7E4EB. Grayscale: #191919. Windows color (decimal): -15197420 or 1317656. OLE color: 1317656.

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

Color convert

RGB242720-
CMYK0.1100.260.89
HSL85.71º14.89%9.22%-
HSV(B)85.71º25.93%10.59%-
XYZ0.891.030.81-
YUV25.3125.01127.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 27 (10.94% from 255) = 38.03%
BLUE value IS 20 (8.20% from 255) = 28.17%
R=33.80%
G=38.03%
B=28.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2427200.1100.260.8985.7114.899.22
Hex181B14B01A5956f9
Octal303324130321311261711
Binary11000110111010010110110101011001101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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