#181E14

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

Shades of Pine Tree #181E14

Tints of Pine Tree #181E14

Color information

#181E14 (or 0x181E14) is unknown color: approx Pine Tree. HEX triplet: 18, 1E and 14. RGB value is (24,30,20). Sum of RGB (Red+Green+Blue) = 24+30+20=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 30 - color contains mainly: green. Hex color #181E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E14 is #E7E1EB. Grayscale: #1B1B1B. Windows color (decimal): -15196652 or 1318424. OLE color: 1318424.

HSL color Cylindrical-coordinate representation of color #181E14: hue angle of 96º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181E14 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB243020-
CMYK0.2000.330.88
HSL96º20%9.8%-
HSV(B)96º33.33%11.76%-
XYZ0.971.170.84-
YUV27.07124.01125.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 30 (12.11% from 255) = 40.54%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=32.43%
G=40.54%
B=27.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2430200.2000.330.8896209.8
Hex181E1414021586014a
Octal303624240411301402412
Binary11000111101010010100010000110110001100000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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