#20241B

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

Shades of Pine Tree #20241B

Tints of Pine Tree #20241B

Color information

#20241B (or 0x20241B) is unknown color: approx Pine Tree. HEX triplet: 20, 24 and 1B. RGB value is (32,36,27). Sum of RGB (Red+Green+Blue) = 32+36+27=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 36 - color contains mainly: green. Hex color #20241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20241B is #DFDBE4. Grayscale: #212121. Windows color (decimal): -14670821 or 1778720. OLE color: 1778720.

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

Color convert

RGB323627-
CMYK0.1100.250.86
HSL86.67º14.29%12.35%-
HSV(B)86.67º25%14.12%-
XYZ1.421.651.28-
YUV33.78124.17126.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=33.68%
G=37.89%
B=28.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3236270.1100.250.8686.6714.2912.35
Hex20241BB0195657ec
Octal404433130311261271614
Binary1000001001001101110110110011010110101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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