#204F40

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

Shades of Te Papa Green #204F40

Tints of Te Papa Green #204F40

Color information

#204F40 (or 0x204F40) is unknown color: approx Te Papa Green. HEX triplet: 20, 4F and 40. RGB value is (32,79,64). Sum of RGB (Red+Green+Blue) = 32+79+64=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #204F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204F40 is #DFB0BF. Grayscale: #3F3F3F. Windows color (decimal): -14659776 or 4214560. OLE color: 4214560.

HSL color Cylindrical-coordinate representation of color #204F40: hue angle of 160.85º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204F40 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB327964-
CMYK0.5900.190.69
HSL160.85º42.34%21.76%-
HSV(B)160.85º59.49%30.98%-
XYZ4.326.275.83-
YUV63.24128.43105.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=18.29%
G=45.14%
B=36.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3279640.5900.190.69160.8542.3421.76
Hex204F403B01345a12a16
Octal40117100730231052415226
Binary1000001001111100000011101101001110001011010000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204F40; }

 p { color: rgb(32,79,64); }

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

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

 a { background-color: rgb(32,79,64); }

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

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

 span { border-color: rgb(32,79,64); }

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