#204D3F

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

Shades of Te Papa Green #204D3F

Tints of Te Papa Green #204D3F

Color information

#204D3F (or 0x204D3F) is unknown color: approx Te Papa Green. HEX triplet: 20, 4D and 3F. RGB value is (32,77,63). Sum of RGB (Red+Green+Blue) = 32+77+63=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #204D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204D3F is #DFB2C0. Grayscale: #3D3D3D. Windows color (decimal): -14660289 or 4148512. OLE color: 4148512.

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

Color convert

RGB327763-
CMYK0.5800.180.70
HSL161.33º41.28%21.37%-
HSV(B)161.33º58.44%30.2%-
XYZ4.155.975.64-
YUV61.95128.59106.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 63 (25% from 255) = 36.63%
R=18.60%
G=44.77%
B=36.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3277630.5800.180.70161.3341.2821.37
Hex204D3F3A01246a12915
Octal4011577720221062415125
Binary100000100110111111111101001001010001101010000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,77,63); }

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

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

 a { background-color: rgb(32,77,63); }

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

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

 span { border-color: rgb(32,77,63); }

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