#182010

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

Shades of Pine Tree #182010

Tints of Pine Tree #182010

Color information

#182010 (or 0x182010) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 10. RGB value is (24,32,16). Sum of RGB (Red+Green+Blue) = 24+32+16=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #182010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182010 is #E7DFEF. Grayscale: #1B1B1B. Windows color (decimal): -15196144 or 1056792. OLE color: 1056792.

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

Color convert

RGB243216-
CMYK0.2500.50.87
HSL90º33.33%9.41%-
HSV(B)90º50%12.55%-
XYZ0.991.260.68-
YUV27.78121.35125.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=33.33%
G=44.44%
B=22.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432160.2500.50.879033.339.41
Hex18201019032575a219
Octal304020310621271324111
Binary1100010000010000110010110010101011110110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182010; }

 p { color: rgb(24,32,16); }

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

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

 a { background-color: rgb(24,32,16); }

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

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

 span { border-color: rgb(24,32,16); }

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