#20503E

Color #20503E Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #20503E

Tints of Te Papa Green #20503E

Color information

#20503E (or 0x20503E) is unknown color: approx Te Papa Green. HEX triplet: 20, 50 and 3E. RGB value is (32,80,62). Sum of RGB (Red+Green+Blue) = 32+80+62=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #20503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20503E is #DFAFC1. Grayscale: #3F3F3F. Windows color (decimal): -14659522 or 4083744. OLE color: 4083744.

HSL color Cylindrical-coordinate representation of color #20503E: hue angle of 157.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20503E is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB328062-
CMYK0.6000.220.69
HSL157.5º42.86%21.96%-
HSV(B)157.5º60%31.37%-
XYZ4.336.395.56-
YUV63.6127.1105.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.39%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=18.39%
G=45.98%
B=35.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3280620.6000.220.69157.542.8621.96
Hex20503E3C016459e2b16
Octal4012076740261052365326
Binary100000101000011111011110001011010001011001111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20503E; }

 p { color: rgb(32,80,62); }

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

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

 a { background-color: rgb(32,80,62); }

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

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

 span { border-color: rgb(32,80,62); }

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