#181E0D

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

Shades of Pine Tree #181E0D

Tints of Pine Tree #181E0D

Color information

#181E0D (or 0x181E0D) is unknown color: approx Pine Tree. HEX triplet: 18, 1E and 0D. RGB value is (24,30,13). Sum of RGB (Red+Green+Blue) = 24+30+13=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #181E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E0D is #E7E1F2. Grayscale: #1A1A1A. Windows color (decimal): -15196659 or 859672. OLE color: 859672.

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

Color convert

RGB243013-
CMYK0.2000.570.88
HSL81.18º39.53%8.43%-
HSV(B)81.18º56.67%11.76%-
XYZ0.911.150.55-
YUV26.27120.51126.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.82%
GREEN value IS 30 (12.11% from 255) = 44.78%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=35.82%
G=44.78%
B=19.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2430130.2000.570.8881.1839.538.43
Hex181ED140395851288
Octal303615240711301215010
Binary11000111101101101000111001101100010100011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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