Html Css Color HEX #202713 Pine Tree

📋 copy color: '#202713'

red 32 ◦ green 39 ◦ blue 19

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

Shades of Pine Tree #202713

Tints of Pine Tree #202713

RGB

 RED value IS 32 (12.89% from 255) = 35.56%

 GREEN value IS 39 (15.63% from 255) = 43.33%

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

R = 35.56%
G = 43.33%
B = 21.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#202713 (or 0x202713) is known color: Pine Tree. HEX triplet: 20, 27 and 13. RGB value is (32,39,19). Sum of RGB (Red+Green+Blue) = 32+39+19=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #202713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202713 is #DFD8EC. Grayscale: #222222. Windows color (decimal): -14670061 or 1255200. OLE color: 1255200.

HSL color Cylindrical-coordinate representation of color #202713: hue angle of 81º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #202713 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 39 19 -
CMYK 0.18 0 0.51 0.85
HSL 81º 0.34% 0.11% -
HSV(B) 81º 0.51% 0.15% -
XYZ 1.44 1.81 0.89 -
YUV 34.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 32 39 19 0.18 0 0.51 0.85 81 0.34 0.11
Hex 20 27 13 12 0 33 55 51 22 B
Octal 40 47 23 22 0 63 125 121 42 13
Binary 100000 100111 10011 10010 0 110011 1010101 1010001 100010 1011

Color Harmonies of #202713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202713

Black with #202713

Text Example


Text Example

White with #202713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202713; }

 p { color: rgb(32,39,19); }

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

background-color css

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

 a { background-color: rgb(32,39,19); }

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

border-color css

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

 span { border-color: rgb(32,39,19); }

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