Html Css Color HEX #202517 Pine Tree

📋 copy color: '#202517'

red 32 ◦ green 37 ◦ blue 23

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

Shades of Pine Tree #202517

Tints of Pine Tree #202517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.22%

 BLUE value IS 23 (9.38% from 255) = 25%

R = 34.78%
G = 40.22%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#202517 (or 0x202517) is known color: Pine Tree. HEX triplet: 20, 25 and 17. RGB value is (32,37,23). Sum of RGB (Red+Green+Blue) = 32+37+23=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #202517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202517 is #DFDAE8. Grayscale: #212121. Windows color (decimal): -14670569 or 1516832. OLE color: 1516832.

HSL color Cylindrical-coordinate representation of color #202517: hue angle of 81.43º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #202517 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 37 23 -
CMYK 0.14 0 0.38 0.85
HSL 81.43º 0.23% 0.12% -
HSV(B) 81.43º 0.38% 0.15% -
XYZ 1.41 1.69 1.06 -
YUV 33.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 32 37 23 0.14 0 0.38 0.85 81.43 0.23 0.12
Hex 20 25 17 E 0 26 55 51 17 C
Octal 40 45 27 16 0 46 125 121 27 14
Binary 100000 100101 10111 1110 0 100110 1010101 1010001 10111 1100

Color Harmonies of #202517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202517

Black with #202517

Text Example


Text Example

White with #202517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202517; }

 p { color: rgb(32,37,23); }

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

background-color css

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

 a { background-color: rgb(32,37,23); }

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

border-color css

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

 span { border-color: rgb(32,37,23); }

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