Html Css Color HEX #212913 Pine Tree

📋 copy color: '#212913'

red 33 ◦ green 41 ◦ blue 19

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

Shades of Pine Tree #212913

Tints of Pine Tree #212913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 35.48%
G = 44.09%
B = 20.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#212913 (or 0x212913) is known color: Pine Tree. HEX triplet: 21, 29 and 13. RGB value is (33,41,19). Sum of RGB (Red+Green+Blue) = 33+41+19=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 41 - color contains mainly: green. Hex color #212913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212913 is #DED6EC. Grayscale: #242424. Windows color (decimal): -14604013 or 1255713. OLE color: 1255713.

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

Color convert

RGB 33 41 19 -
CMYK 0.20 0 0.54 0.84
HSL 81.82º 0.37% 0.12% -
HSV(B) 81.82º 0.54% 0.16% -
XYZ 1.54 1.96 0.91 -
YUV 36.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 33 41 19 0.20 0 0.54 0.84 81.82 0.37 0.12
Hex 21 29 13 14 0 36 54 52 25 C
Octal 41 51 23 24 0 66 124 122 45 14
Binary 100001 101001 10011 10100 0 110110 1010100 1010010 100101 1100

Color Harmonies of #212913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212913

Black with #212913

Text Example


Text Example

White with #212913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212913; }

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

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

background-color css

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

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

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

border-color css

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

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

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