#16210B

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

Shades of Pine Tree #16210B

Tints of Pine Tree #16210B

Color information

#16210B (or 0x16210B) is unknown color: approx Pine Tree. HEX triplet: 16, 21 and 0B. RGB value is (22,33,11). Sum of RGB (Red+Green+Blue) = 22+33+11=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #16210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16210B is #E9DEF4. Grayscale: #1B1B1B. Windows color (decimal): -15326965 or 729366. OLE color: 729366.

HSL color Cylindrical-coordinate representation of color #16210B: hue angle of 90º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #16210B is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB223311-
CMYK0.3300.670.87
HSL90º50%8.63%-
HSV(B)90º66.67%12.94%-
XYZ0.941.280.51-
YUV27.2118.86124.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2233110.3300.670.8790508.63
Hex1621B21043575a329
Octal2641134101031271326211
Binary10110100001101110000101000011101011110110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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