#20241D

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

Shades of Pine Tree #20241D

Tints of Pine Tree #20241D

Color information

#20241D (or 0x20241D) is unknown color: approx Pine Tree. HEX triplet: 20, 24 and 1D. RGB value is (32,36,29). Sum of RGB (Red+Green+Blue) = 32+36+29=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 36 - color contains mainly: green. Hex color #20241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20241D is #DFDBE2. Grayscale: #222222. Windows color (decimal): -14670819 or 1909792. OLE color: 1909792.

HSL color Cylindrical-coordinate representation of color #20241D: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #20241D is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB323629-
CMYK0.1100.190.86
HSL94.29º10.77%12.75%-
HSV(B)94.29º19.44%14.12%-
XYZ1.451.661.41-
YUV34.01125.17126.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=32.99%
G=37.11%
B=29.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3236290.1100.190.8694.2910.7712.75
Hex20241DB013565ebd
Octal404435130231261361315
Binary1000001001001110110110100111010110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,36,29); }

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

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

 a { background-color: rgb(32,36,29); }

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

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

 span { border-color: rgb(32,36,29); }

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