#202519

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

Shades of Pine Tree #202519

Tints of Pine Tree #202519

Color information

#202519 (or 0x202519) is unknown color: approx Pine Tree. HEX triplet: 20, 25 and 19. RGB value is (32,37,25). Sum of RGB (Red+Green+Blue) = 32+37+25=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #202519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202519 is #DFDAE6. Grayscale: #222222. Windows color (decimal): -14670567 or 1647904. OLE color: 1647904.

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

Color convert

RGB323725-
CMYK0.1400.320.85
HSL85º19.35%12.16%-
HSV(B)85º32.43%14.51%-
XYZ1.431.71.17-
YUV34.14122.84126.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=34.04%
G=39.36%
B=26.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3237250.1400.320.858519.3512.16
Hex202519E020555513c
Octal404531160401251252314
Binary100000100101110011110010000010101011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202519; }

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

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

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

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

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

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

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

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