#202D13

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

Shades of Pine Tree #202D13

Tints of Pine Tree #202D13

Color information

#202D13 (or 0x202D13) is unknown color: approx Pine Tree. HEX triplet: 20, 2D and 13. RGB value is (32,45,19). Sum of RGB (Red+Green+Blue) = 32+45+19=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #202D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202D13 is #DFD2EC. Grayscale: #262626. Windows color (decimal): -14668525 or 1256736. OLE color: 1256736.

HSL color Cylindrical-coordinate representation of color #202D13: hue angle of 90º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #202D13 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.

Color convert

RGB324519-
CMYK0.2900.580.82
HSL90º40.62%12.55%-
HSV(B)90º57.78%17.65%-
XYZ1.652.230.96-
YUV38.15117.19123.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 45 (17.97% from 255) = 46.88%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=33.33%
G=46.88%
B=19.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3245190.2900.580.829040.6212.55
Hex202D131D03A525a29d
Octal405523350721221325115
Binary10000010110110011111010111010101001010110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202D13; }

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

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

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

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

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

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

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

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