#21350D

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

Shades of Pine Tree #21350D

Tints of Pine Tree #21350D

Color information

#21350D (or 0x21350D) is unknown color: approx Pine Tree. HEX triplet: 21, 35 and 0D. RGB value is (33,53,13). Sum of RGB (Red+Green+Blue) = 33+53+13=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #21350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21350D is #DECAF2. Grayscale: #2A2A2A. Windows color (decimal): -14600947 or 865569. OLE color: 865569.

HSL color Cylindrical-coordinate representation of color #21350D: hue angle of 90º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21350D is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB335313-
CMYK0.3800.750.79
HSL90º60.61%12.94%-
HSV(B)90º75.47%20.78%-
XYZ1.972.90.84-
YUV42.46111.37121.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 53.54%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=33.33%
G=53.54%
B=13.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353130.3800.750.799060.6112.94
Hex2135D2604B4F5a3dd
Octal4165154601131171327515
Binary100001110101110110011001001011100111110110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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