Html Css Color HEX #212819 Pine Tree

📋 copy color: '#212819'

red 33 ◦ green 40 ◦ blue 25

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

Shades of Pine Tree #212819

Tints of Pine Tree #212819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 40.82%

 BLUE value IS 25 (10.16% from 255) = 25.51%

R = 33.67%
G = 40.82%
B = 25.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

#212819 (or 0x212819) is known color: Pine Tree. HEX triplet: 21, 28 and 19. RGB value is (33,40,25). Sum of RGB (Red+Green+Blue) = 33+40+25=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #212819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212819 is #DED7E6. Grayscale: #242424. Windows color (decimal): -14604263 or 1648673. OLE color: 1648673.

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

Color convert

RGB 33 40 25 -
CMYK 0.17 0 0.38 0.84
HSL 88º 0.23% 0.13% -
HSV(B) 88º 0.38% 0.16% -
XYZ 1.56 1.91 1.21 -
YUV 36.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 33 40 25 0.17 0 0.38 0.84 88 0.23 0.13
Hex 21 28 19 11 0 26 54 58 17 D
Octal 41 50 31 21 0 46 124 130 27 15
Binary 100001 101000 11001 10001 0 100110 1010100 1011000 10111 1101

Color Harmonies of #212819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212819

Black with #212819

Text Example


Text Example

White with #212819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212819; }

 p { color: rgb(33,40,25); }

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

background-color css

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

 a { background-color: rgb(33,40,25); }

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

border-color css

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

 span { border-color: rgb(33,40,25); }

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