Html Css Color HEX #212917 Pine Tree

📋 copy color: '#212917'

red 33 ◦ green 41 ◦ blue 23

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

Shades of Pine Tree #212917

Tints of Pine Tree #212917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 42.27%

 BLUE value IS 23 (9.38% from 255) = 23.71%

R = 34.02%
G = 42.27%
B = 23.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.84

RGB Variations

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

Color information

#212917 (or 0x212917) is known color: Pine Tree. HEX triplet: 21, 29 and 17. RGB value is (33,41,23). Sum of RGB (Red+Green+Blue) = 33+41+23=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #212917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212917 is #DED6E8. Grayscale: #242424. Windows color (decimal): -14604009 or 1517857. OLE color: 1517857.

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

Color convert

RGB 33 41 23 -
CMYK 0.20 0 0.44 0.84
HSL 86.67º 0.28% 0.13% -
HSV(B) 86.67º 0.44% 0.16% -
XYZ 1.57 1.97 1.11 -
YUV 36.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 33 41 23 0.20 0 0.44 0.84 86.67 0.28 0.13
Hex 21 29 17 14 0 2C 54 57 1C D
Octal 41 51 27 24 0 54 124 127 34 15
Binary 100001 101001 10111 10100 0 101100 1010100 1010111 11100 1101

Color Harmonies of #212917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212917

Black with #212917

Text Example


Text Example

White with #212917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212917; }

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

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

background-color css

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

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

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

border-color css

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

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

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