#204E43

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

Shades of Te Papa Green #204E43

Tints of Te Papa Green #204E43

Color information

#204E43 (or 0x204E43) is unknown color: approx Te Papa Green. HEX triplet: 20, 4E and 43. RGB value is (32,78,67). Sum of RGB (Red+Green+Blue) = 32+78+67=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #204E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204E43 is #DFB1BC. Grayscale: #3E3E3E. Windows color (decimal): -14660029 or 4410912. OLE color: 4410912.

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

Color convert

RGB327867-
CMYK0.5900.140.69
HSL165.65º41.82%21.57%-
HSV(B)165.65º58.97%30.59%-
XYZ4.336.166.27-
YUV62.99130.26105.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 67 (26.56% from 255) = 37.85%
R=18.08%
G=44.07%
B=37.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3278670.5900.140.69165.6541.8221.57
Hex204E433B0E45a62a16
Octal40116103730161052465226
Binary100000100111010000111110110111010001011010011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,78,67); }

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

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

 a { background-color: rgb(32,78,67); }

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

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

 span { border-color: rgb(32,78,67); }

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