Html Css Color HEX #213210 Pine Tree

📋 copy color: '#213210'

red 33 ◦ green 50 ◦ blue 16

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

Shades of Pine Tree #213210

Tints of Pine Tree #213210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 50.51%

 BLUE value IS 16 (6.64% from 255) = 16.16%

R = 33.33%
G = 50.51%
B = 16.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#213210 (or 0x213210) is known color: Pine Tree. HEX triplet: 21, 32 and 10. RGB value is (33,50,16). Sum of RGB (Red+Green+Blue) = 33+50+16=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #213210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213210 is #DECDEF. Grayscale: #292929. Windows color (decimal): -14601712 or 1061409. OLE color: 1061409.

HSL color Cylindrical-coordinate representation of color #213210: hue angle of 90º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213210 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 16 -
CMYK 0.34 0 0.68 0.80
HSL 90º 0.52% 0.13% -
HSV(B) 90º 0.68% 0.2% -
XYZ 1.86 2.64 0.9 -
YUV 41.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 33 50 16 0.34 0 0.68 0.80 90 0.52 0.13
Hex 21 32 10 22 0 44 50 5A 34 D
Octal 41 62 20 42 0 104 120 132 64 15
Binary 100001 110010 10000 100010 0 1000100 1010000 1011010 110100 1101

Color Harmonies of #213210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213210

Black with #213210

Text Example


Text Example

White with #213210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213210; }

 p { color: rgb(33,50,16); }

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

background-color css

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

 a { background-color: rgb(33,50,16); }

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

border-color css

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

 span { border-color: rgb(33,50,16); }

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