Html Css Color HEX #213201 Pine Tree

📋 copy color: '#213201'

red 33 ◦ green 50 ◦ blue 1

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

Shades of Pine Tree #213201

Tints of Pine Tree #213201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.19%

R = 39.29%
G = 59.52%
B = 1.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#213201 (or 0x213201) is known color: Pine Tree. HEX triplet: 21, 32 and 01. RGB value is (33,50,1). Sum of RGB (Red+Green+Blue) = 33+50+1=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #213201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213201 is #DECDFE. Grayscale: #272727. Windows color (decimal): -14601727 or 78369. OLE color: 78369.

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

Color convert

RGB 33 50 1 -
CMYK 0.34 0 0.98 0.80
HSL 80.82º 0.96% 0.1% -
HSV(B) 80.82º 0.98% 0.2% -
XYZ 1.77 2.61 0.44 -
YUV 39.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 33 50 1 0.34 0 0.98 0.80 80.82 0.96 0.1
Hex 21 32 1 22 0 62 50 51 60 A
Octal 41 62 1 42 0 142 120 121 140 12
Binary 100001 110010 1 100010 0 1100010 1010000 1010001 1100000 1010

Color Harmonies of #213201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213201

Black with #213201

Text Example


Text Example

White with #213201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213201; }

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

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

background-color css

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

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

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

border-color css

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

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

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