Html Css Color HEX #213313 Pine Tree

📋 copy color: '#213313'

red 33 ◦ green 51 ◦ blue 19

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

Shades of Pine Tree #213313

Tints of Pine Tree #213313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.51%

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

R = 32.04%
G = 49.51%
B = 18.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#213313 (or 0x213313) is known color: Pine Tree. HEX triplet: 21, 33 and 13. RGB value is (33,51,19). Sum of RGB (Red+Green+Blue) = 33+51+19=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #213313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213313 is #DECCEC. Grayscale: #2A2A2A. Windows color (decimal): -14601453 or 1258273. OLE color: 1258273.

HSL color Cylindrical-coordinate representation of color #213313: hue angle of 93.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213313 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 19 -
CMYK 0.35 0 0.63 0.8
HSL 93.75º 0.46% 0.14% -
HSV(B) 93.75º 0.63% 0.2% -
XYZ 1.93 2.74 1.04 -
YUV 41.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 33 51 19 0.35 0 0.63 0.8 93.75 0.46 0.14
Hex 21 33 13 23 0 3F 50 5E 2E E
Octal 41 63 23 43 0 77 120 136 56 16
Binary 100001 110011 10011 100011 0 111111 1010000 1011110 101110 1110

Color Harmonies of #213313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213313

Black with #213313

Text Example


Text Example

White with #213313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213313; }

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

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

background-color css

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

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

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

border-color css

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

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

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