#212717

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

Shades of Pine Tree #212717

Tints of Pine Tree #212717

Color information

#212717 (or 0x212717) is unknown color: approx Pine Tree. HEX triplet: 21, 27 and 17. RGB value is (33,39,23). Sum of RGB (Red+Green+Blue) = 33+39+23=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #212717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212717 is #DED8E8. Grayscale: #232323. Windows color (decimal): -14604521 or 1517345. OLE color: 1517345.

HSL color Cylindrical-coordinate representation of color #212717: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #212717 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB333923-
CMYK0.1500.410.85
HSL82.5º25.81%12.16%-
HSV(B)82.5º41.03%15.29%-
XYZ1.511.841.09-
YUV35.38121.01126.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=34.74%
G=41.05%
B=24.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3339230.1500.410.8582.525.8112.16
Hex212717F02955521ac
Octal414727170511251223214
Binary100001100111101111111010100110101011010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212717; }

 p { color: rgb(33,39,23); }

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

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

 a { background-color: rgb(33,39,23); }

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

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

 span { border-color: rgb(33,39,23); }

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