Html Css Color HEX #202715 Pine Tree

📋 copy color: '#202715'

red 32 ◦ green 39 ◦ blue 21

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

Shades of Pine Tree #202715

Tints of Pine Tree #202715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.83%

R = 34.78%
G = 42.39%
B = 22.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#202715 (or 0x202715) is known color: Pine Tree. HEX triplet: 20, 27 and 15. RGB value is (32,39,21). Sum of RGB (Red+Green+Blue) = 32+39+21=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #202715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202715 is #DFD8EA. Grayscale: #222222. Windows color (decimal): -14670059 or 1386272. OLE color: 1386272.

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

Color convert

RGB 32 39 21 -
CMYK 0.18 0 0.46 0.85
HSL 83.33º 0.3% 0.12% -
HSV(B) 83.33º 0.46% 0.15% -
XYZ 1.46 1.81 0.98 -
YUV 34.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 32 39 21 0.18 0 0.46 0.85 83.33 0.3 0.12
Hex 20 27 15 12 0 2E 55 53 1E C
Octal 40 47 25 22 0 56 125 123 36 14
Binary 100000 100111 10101 10010 0 101110 1010101 1010011 11110 1100

Color Harmonies of #202715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202715

Black with #202715

Text Example


Text Example

White with #202715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202715; }

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

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

background-color css

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

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

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

border-color css

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

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

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