#204F41

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

Shades of Te Papa Green #204F41

Tints of Te Papa Green #204F41

Color information

#204F41 (or 0x204F41) is unknown color: approx Te Papa Green. HEX triplet: 20, 4F and 41. RGB value is (32,79,65). Sum of RGB (Red+Green+Blue) = 32+79+65=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #204F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204F41 is #DFB0BE. Grayscale: #3F3F3F. Windows color (decimal): -14659775 or 4280096. OLE color: 4280096.

HSL color Cylindrical-coordinate representation of color #204F41: hue angle of 162.13º 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 #204F41 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB327965-
CMYK0.5900.180.69
HSL162.13º42.34%21.76%-
HSV(B)162.13º59.49%30.98%-
XYZ4.356.285.98-
YUV63.35128.93105.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=18.18%
G=44.89%
B=36.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3279650.5900.180.69162.1342.3421.76
Hex204F413B01245a22a16
Octal40117101730221052425226
Binary1000001001111100000111101101001010001011010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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