#202719

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

Shades of Pine Tree #202719

Tints of Pine Tree #202719

Color information

#202719 (or 0x202719) is unknown color: approx Pine Tree. HEX triplet: 20, 27 and 19. RGB value is (32,39,25). Sum of RGB (Red+Green+Blue) = 32+39+25=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #202719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202719 is #DFD8E6. Grayscale: #232323. Windows color (decimal): -14670055 or 1648416. OLE color: 1648416.

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

Color convert

RGB323925-
CMYK0.1800.360.85
HSL90º21.88%12.55%-
HSV(B)90º35.9%15.29%-
XYZ1.51.831.19-
YUV35.31122.18125.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=33.33%
G=40.62%
B=26.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3239250.1800.360.859021.8812.55
Hex20271912024555a16d
Octal404731220441251322615
Binary1000001001111100110010010010010101011011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202719; }

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

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

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

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

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

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

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

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