Html Css Color HEX #212919 Pine Tree

📋 copy color: '#212919'

red 33 ◦ green 41 ◦ blue 25

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

Shades of Pine Tree #212919

Tints of Pine Tree #212919

RGB

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

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

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

R = 33.33%
G = 41.41%
B = 25.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#212919 (or 0x212919) is known color: Pine Tree. HEX triplet: 21, 29 and 19. RGB value is (33,41,25). Sum of RGB (Red+Green+Blue) = 33+41+25=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 41 - color contains mainly: green. Hex color #212919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212919 is #DED6E6. Grayscale: #242424. Windows color (decimal): -14604007 or 1648929. OLE color: 1648929.

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

Color convert

RGB 33 41 25 -
CMYK 0.20 0 0.39 0.84
HSL 90º 0.24% 0.13% -
HSV(B) 90º 0.39% 0.16% -
XYZ 1.6 1.98 1.22 -
YUV 36.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 33 41 25 0.20 0 0.39 0.84 90 0.24 0.13
Hex 21 29 19 14 0 27 54 5A 18 D
Octal 41 51 31 24 0 47 124 132 30 15
Binary 100001 101001 11001 10100 0 100111 1010100 1011010 11000 1101

Color Harmonies of #212919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212919

Black with #212919

Text Example


Text Example

White with #212919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212919; }

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

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

background-color css

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

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

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

border-color css

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

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

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