#204C3E

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

Shades of Te Papa Green #204C3E

Tints of Te Papa Green #204C3E

Color information

#204C3E (or 0x204C3E) is unknown color: approx Te Papa Green. HEX triplet: 20, 4C and 3E. RGB value is (32,76,62). Sum of RGB (Red+Green+Blue) = 32+76+62=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #204C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C3E is #DFB3C1. Grayscale: #3D3D3D. Windows color (decimal): -14660546 or 4082720. OLE color: 4082720.

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

Color convert

RGB327662-
CMYK0.5800.180.70
HSL160.91º40.74%21.18%-
HSV(B)160.91º57.89%29.8%-
XYZ4.055.825.47-
YUV61.25128.42107.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 76 (30.08% from 255) = 44.71%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=18.82%
G=44.71%
B=36.47%

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
Decimal3276620.5800.180.70160.9140.7421.18
Hex204C3E3A01246a12915
Octal4011476720221062415125
Binary100000100110011111011101001001010001101010000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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