#202419

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

Shades of Pine Tree #202419

Tints of Pine Tree #202419

Color information

#202419 (or 0x202419) is unknown color: approx Pine Tree. HEX triplet: 20, 24 and 19. RGB value is (32,36,25). Sum of RGB (Red+Green+Blue) = 32+36+25=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 36 - color contains mainly: green. Hex color #202419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202419 is #DFDBE6. Grayscale: #212121. Windows color (decimal): -14670823 or 1647648. OLE color: 1647648.

HSL color Cylindrical-coordinate representation of color #202419: hue angle of 81.82º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #202419 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB323625-
CMYK0.1100.310.86
HSL81.82º18.03%11.96%-
HSV(B)81.82º30.56%14.12%-
XYZ1.41.641.16-
YUV33.55123.17126.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=34.41%
G=38.71%
B=26.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3236250.1100.310.8681.8218.0311.96
Hex202419B01F565212c
Octal404431130371261222214
Binary10000010010011001101101111110101101010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202419; }

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

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

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

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

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

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

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

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