#21320B

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

Shades of Pine Tree #21320B

Tints of Pine Tree #21320B

Color information

#21320B (or 0x21320B) is unknown color: approx Pine Tree. HEX triplet: 21, 32 and 0B. RGB value is (33,50,11). Sum of RGB (Red+Green+Blue) = 33+50+11=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #21320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21320B is #DECDF4. Grayscale: #282828. Windows color (decimal): -14601717 or 733729. OLE color: 733729.

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

Color convert

RGB335011-
CMYK0.3400.780.80
HSL86.15º63.93%11.96%-
HSV(B)86.15º78%19.61%-
XYZ1.832.630.73-
YUV40.47111.37122.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=35.11%
G=53.19%
B=11.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350110.3400.780.8086.1563.9311.96
Hex2132B2204E505640c
Octal41621342011612012610014
Binary1000011100101011100010010011101010000101011010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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