Html Css Color HEX #213209 Pine Tree

📋 copy color: '#213209'

red 33 ◦ green 50 ◦ blue 9

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

Shades of Pine Tree #213209

Tints of Pine Tree #213209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.78%

R = 35.87%
G = 54.35%
B = 9.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#213209 (or 0x213209) is known color: Pine Tree. HEX triplet: 21, 32 and 09. RGB value is (33,50,9). Sum of RGB (Red+Green+Blue) = 33+50+9=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #213209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213209 is #DECDF6. Grayscale: #282828. Windows color (decimal): -14601719 or 602657. OLE color: 602657.

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

Color convert

RGB 33 50 9 -
CMYK 0.34 0 0.82 0.80
HSL 84.88º 0.69% 0.12% -
HSV(B) 84.88º 0.82% 0.2% -
XYZ 1.82 2.62 0.67 -
YUV 40.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 33 50 9 0.34 0 0.82 0.80 84.88 0.69 0.12
Hex 21 32 9 22 0 52 50 55 45 C
Octal 41 62 11 42 0 122 120 125 105 14
Binary 100001 110010 1001 100010 0 1010010 1010000 1010101 1000101 1100

Color Harmonies of #213209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213209

Black with #213209

Text Example


Text Example

White with #213209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213209; }

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

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

background-color css

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

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

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

border-color css

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

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

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