#204C40

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

Shades of Te Papa Green #204C40

Tints of Te Papa Green #204C40

Color information

#204C40 (or 0x204C40) is unknown color: approx Te Papa Green. HEX triplet: 20, 4C and 40. RGB value is (32,76,64). Sum of RGB (Red+Green+Blue) = 32+76+64=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #204C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C40 is #DFB3BF. Grayscale: #3D3D3D. Windows color (decimal): -14660544 or 4213792. OLE color: 4213792.

HSL color Cylindrical-coordinate representation of color #204C40: hue angle of 163.64º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204C40 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB327664-
CMYK0.5800.160.70
HSL163.64º40.74%21.18%-
HSV(B)163.64º57.89%29.8%-
XYZ4.115.855.76-
YUV61.48129.42106.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 76 (30.08% from 255) = 44.19%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=18.60%
G=44.19%
B=37.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3276640.5800.160.70163.6440.7421.18
Hex204C403A01046a42915
Octal40114100720201062445125
Binary1000001001100100000011101001000010001101010010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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