#18240C

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

Shades of Pine Tree #18240C

Tints of Pine Tree #18240C

Color information

#18240C (or 0x18240C) is unknown color: approx Pine Tree. HEX triplet: 18, 24 and 0C. RGB value is (24,36,12). Sum of RGB (Red+Green+Blue) = 24+36+12=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #18240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18240C is #E7DBF3. Grayscale: #1D1D1D. Windows color (decimal): -15195124 or 795672. OLE color: 795672.

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

Color convert

RGB243612-
CMYK0.3300.670.86
HSL90º50%9.41%-
HSV(B)90º66.67%14.12%-
XYZ1.071.480.58-
YUV29.68118.02123.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2436120.3300.670.8690509.41
Hex1824C21043565a329
Octal3044144101031261326211
Binary11000100100110010000101000011101011010110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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