#202613

Color #202613 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #202613

Tints of Pine Tree #202613

Color information

#202613 (or 0x202613) is unknown color: approx Pine Tree. HEX triplet: 20, 26 and 13. RGB value is (32,38,19). Sum of RGB (Red+Green+Blue) = 32+38+19=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #202613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202613 is #DFD9EC. Grayscale: #222222. Windows color (decimal): -14670317 or 1254944. OLE color: 1254944.

HSL color Cylindrical-coordinate representation of color #202613: hue angle of 78.95º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #202613 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB323819-
CMYK0.1600.500.85
HSL78.95º33.33%11.18%-
HSV(B)78.95º50%14.9%-
XYZ1.411.740.88-
YUV34.04119.51126.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 38 (15.23% from 255) = 42.70%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=35.96%
G=42.70%
B=21.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3238190.1600.500.8578.9533.3311.18
Hex20261310032554f21b
Octal404623200621251174113
Binary10000010011010011100000110010101010110011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202613; }

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

 H1.HeaderClassName
 {
   color: #202613;
 }
 .AnyTagClassName
 {
   color: #202613;
 }
</style>
background-color css

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

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

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

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

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

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