#21320D

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

Shades of Pine Tree #21320D

Tints of Pine Tree #21320D

Color information

#21320D (or 0x21320D) is unknown color: approx Pine Tree. HEX triplet: 21, 32 and 0D. RGB value is (33,50,13). Sum of RGB (Red+Green+Blue) = 33+50+13=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #21320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21320D is #DECDF2. Grayscale: #282828. Windows color (decimal): -14601715 or 864801. OLE color: 864801.

HSL color Cylindrical-coordinate representation of color #21320D: hue angle of 87.57º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21320D is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB335013-
CMYK0.3400.740.80
HSL87.57º58.73%12.35%-
HSV(B)87.57º74%19.61%-
XYZ1.842.630.79-
YUV40.7112.37122.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=34.38%
G=52.08%
B=13.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350130.3400.740.8087.5758.7312.35
Hex2132D2204A50583bc
Octal4162154201121201307314
Binary100001110010110110001001001010101000010110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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