#181E0E

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

Shades of Pine Tree #181E0E

Tints of Pine Tree #181E0E

Color information

#181E0E (or 0x181E0E) is unknown color: approx Pine Tree. HEX triplet: 18, 1E and 0E. RGB value is (24,30,14). Sum of RGB (Red+Green+Blue) = 24+30+14=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 30 - color contains mainly: green. Hex color #181E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E0E is #E7E1F1. Grayscale: #1A1A1A. Windows color (decimal): -15196658 or 925208. OLE color: 925208.

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

Color convert

RGB243014-
CMYK0.2000.530.88
HSL82.5º36.36%8.63%-
HSV(B)82.5º53.33%11.76%-
XYZ0.921.150.59-
YUV26.38121.01126.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.29%
GREEN value IS 30 (12.11% from 255) = 44.12%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=35.29%
G=44.12%
B=20.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2430140.2000.530.8882.536.368.63
Hex181EE140355852249
Octal303616240651301224411
Binary11000111101110101000110101101100010100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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