#212910

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

Shades of Pine Tree #212910

Tints of Pine Tree #212910

Color information

#212910 (or 0x212910) is unknown color: approx Pine Tree. HEX triplet: 21, 29 and 10. RGB value is (33,41,16). Sum of RGB (Red+Green+Blue) = 33+41+16=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 41 - color contains mainly: green. Hex color #212910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212910 is #DED6EF. Grayscale: #232323. Windows color (decimal): -14604016 or 1059105. OLE color: 1059105.

HSL color Cylindrical-coordinate representation of color #212910: hue angle of 79.2º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212910 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB334116-
CMYK0.2000.610.84
HSL79.2º43.86%11.18%-
HSV(B)79.2º60.98%16.08%-
XYZ1.511.950.79-
YUV35.76116.85126.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=36.67%
G=45.56%
B=17.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341160.2000.610.8479.243.8611.18
Hex2129101403D544f2cb
Octal415120240751241175413
Binary10000110100110000101000111101101010010011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212910; }

 p { color: rgb(33,41,16); }

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

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

 a { background-color: rgb(33,41,16); }

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

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

 span { border-color: rgb(33,41,16); }

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