#21330B

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

Shades of Pine Tree #21330B

Tints of Pine Tree #21330B

Color information

#21330B (or 0x21330B) is unknown color: approx Pine Tree. HEX triplet: 21, 33 and 0B. RGB value is (33,51,11). Sum of RGB (Red+Green+Blue) = 33+51+11=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #21330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21330B is #DECCF4. Grayscale: #292929. Windows color (decimal): -14601461 or 733985. OLE color: 733985.

HSL color Cylindrical-coordinate representation of color #21330B: hue angle of 87º degrees, saturation: 0.65, 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 #21330B is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB335111-
CMYK0.3500.780.8
HSL87º64.52%12.16%-
HSV(B)87º78.43%20%-
XYZ1.872.720.74-
YUV41.06111.04122.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 51 (20.31% from 255) = 53.68%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=34.74%
G=53.68%
B=11.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351110.3500.780.88764.5212.16
Hex2133B2304E505741c
Octal41631343011612012710114
Binary1000011100111011100011010011101010000101011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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