#18240E

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

Shades of Pine Tree #18240E

Tints of Pine Tree #18240E

Color information

#18240E (or 0x18240E) is unknown color: approx Pine Tree. HEX triplet: 18, 24 and 0E. RGB value is (24,36,14). Sum of RGB (Red+Green+Blue) = 24+36+14=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #18240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18240E is #E7DBF1. Grayscale: #1D1D1D. Windows color (decimal): -15195122 or 926744. OLE color: 926744.

HSL color Cylindrical-coordinate representation of color #18240E: hue angle of 92.73º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18240E is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB243614-
CMYK0.3300.610.86
HSL92.73º44%9.8%-
HSV(B)92.73º61.11%14.12%-
XYZ1.091.490.65-
YUV29.9119.02123.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 36 (14.45% from 255) = 48.65%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=32.43%
G=48.65%
B=18.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2436140.3300.610.8692.73449.8
Hex1824E2103D565d2ca
Octal304416410751261355412
Binary1100010010011101000010111101101011010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18240E; }

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

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

<style>
 a { background-color: #18240E; }

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

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

<style>
 span { border-color: #18240E; }

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

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