#21310B

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

Shades of Pine Tree #21310B

Tints of Pine Tree #21310B

Color information

#21310B (or 0x21310B) is unknown color: approx Pine Tree. HEX triplet: 21, 31 and 0B. RGB value is (33,49,11). Sum of RGB (Red+Green+Blue) = 33+49+11=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #21310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21310B is #DECEF4. Grayscale: #282828. Windows color (decimal): -14601973 or 733473. OLE color: 733473.

HSL color Cylindrical-coordinate representation of color #21310B: hue angle of 85.26º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21310B is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB334911-
CMYK0.3300.780.81
HSL85.26º63.33%11.76%-
HSV(B)85.26º77.55%19.22%-
XYZ1.792.540.71-
YUV39.88111.7123.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=35.48%
G=52.69%
B=11.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349110.3300.780.8185.2663.3311.76
Hex2131B2104E51553fc
Octal4161134101161211257714
Binary100001110001101110000101001110101000110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,49,11); }

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

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

 a { background-color: rgb(33,49,11); }

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

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

 span { border-color: rgb(33,49,11); }

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