Html Css Color HEX #213213 Pine Tree

📋 copy color: '#213213'

red 33 ◦ green 50 ◦ blue 19

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

Shades of Pine Tree #213213

Tints of Pine Tree #213213

RGB

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

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

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

R = 32.35%
G = 49.02%
B = 18.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#213213 (or 0x213213) is known color: Pine Tree. HEX triplet: 21, 32 and 13. RGB value is (33,50,19). Sum of RGB (Red+Green+Blue) = 33+50+19=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #213213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213213 is #DECDEC. Grayscale: #292929. Windows color (decimal): -14601709 or 1258017. OLE color: 1258017.

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

Color convert

RGB 33 50 19 -
CMYK 0.34 0 0.62 0.80
HSL 92.9º 0.45% 0.14% -
HSV(B) 92.9º 0.62% 0.2% -
XYZ 1.89 2.65 1.03 -
YUV 41.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 33 50 19 0.34 0 0.62 0.80 92.9 0.45 0.14
Hex 21 32 13 22 0 3E 50 5D 2D E
Octal 41 62 23 42 0 76 120 135 55 16
Binary 100001 110010 10011 100010 0 111110 1010000 1011101 101101 1110

Color Harmonies of #213213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213213

Black with #213213

Text Example


Text Example

White with #213213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213213; }

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

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

background-color css

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

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

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

border-color css

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

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

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