#18210D

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

Shades of Pine Tree #18210D

Tints of Pine Tree #18210D

Color information

#18210D (or 0x18210D) is unknown color: approx Pine Tree. HEX triplet: 18, 21 and 0D. RGB value is (24,33,13). Sum of RGB (Red+Green+Blue) = 24+33+13=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #18210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18210D is #E7DEF2. Grayscale: #1C1C1C. Windows color (decimal): -15195891 or 860440. OLE color: 860440.

HSL color Cylindrical-coordinate representation of color #18210D: hue angle of 87º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18210D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB243313-
CMYK0.2700.610.87
HSL87º43.48%9.02%-
HSV(B)87º60.61%12.94%-
XYZ0.991.310.58-
YUV28.03119.52125.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 33 (13.28% from 255) = 47.14%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=34.29%
G=47.14%
B=18.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2433130.2700.610.878743.489.02
Hex1821D1B03D57572b9
Octal304115330751271275311
Binary110001000011101110110111101101011110101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18210D; }

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

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

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

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

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

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

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

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