Html Css Color HEX #202615 Pine Tree

📋 copy color: '#202615'

red 32 ◦ green 38 ◦ blue 21

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

Shades of Pine Tree #202615

Tints of Pine Tree #202615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 41.76%

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

R = 35.16%
G = 41.76%
B = 23.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#202615 (or 0x202615) is known color: Pine Tree. HEX triplet: 20, 26 and 15. RGB value is (32,38,21). Sum of RGB (Red+Green+Blue) = 32+38+21=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #202615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202615 is #DFD9EA. Grayscale: #222222. Windows color (decimal): -14670315 or 1386016. OLE color: 1386016.

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

Color convert

RGB 32 38 21 -
CMYK 0.16 0 0.45 0.85
HSL 81.18º 0.29% 0.12% -
HSV(B) 81.18º 0.45% 0.15% -
XYZ 1.42 1.75 0.97 -
YUV 34.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 32 38 21 0.16 0 0.45 0.85 81.18 0.29 0.12
Hex 20 26 15 10 0 2D 55 51 1D C
Octal 40 46 25 20 0 55 125 121 35 14
Binary 100000 100110 10101 10000 0 101101 1010101 1010001 11101 1100

Color Harmonies of #202615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202615

Black with #202615

Text Example


Text Example

White with #202615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202615; }

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

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

background-color css

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

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

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

border-color css

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

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

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