Html Css Color HEX #212716 Pine Tree

📋 copy color: '#212716'

red 33 ◦ green 39 ◦ blue 22

#212716
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #212716

Tints of Pine Tree #212716

RGB

 RED value IS 33 (13.28% from 255) = 35.11%

 GREEN value IS 39 (15.63% from 255) = 41.49%

 BLUE value IS 22 (8.98% from 255) = 23.4%

R = 35.11%
G = 41.49%
B = 23.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#212716 (or 0x212716) is known color: Pine Tree. HEX triplet: 21, 27 and 16. RGB value is (33,39,22). Sum of RGB (Red+Green+Blue) = 33+39+22=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #212716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212716 is #DED8E9. Grayscale: #232323. Windows color (decimal): -14604522 or 1451809. OLE color: 1451809.

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

Color convert

RGB 33 39 22 -
CMYK 0.15 0 0.44 0.85
HSL 81.18º 0.28% 0.12% -
HSV(B) 81.18º 0.44% 0.15% -
XYZ 1.5 1.83 1.03 -
YUV 35.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 33 39 22 0.15 0 0.44 0.85 81.18 0.28 0.12
Hex 21 27 16 F 0 2C 55 51 1C C
Octal 41 47 26 17 0 54 125 121 34 14
Binary 100001 100111 10110 1111 0 101100 1010101 1010001 11100 1100

Color Harmonies of #212716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212716

Black with #212716

Text Example


Text Example

White with #212716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212716; }

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

 H1.HeaderClassName
 {
   color: #212716;
 }
 .AnyTagClassName
 {
   color: #212716;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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