#205340

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

Shades of Te Papa Green #205340

Tints of Te Papa Green #205340

Color information

#205340 (or 0x205340) is unknown color: approx Te Papa Green. HEX triplet: 20, 53 and 40. RGB value is (32,83,64). Sum of RGB (Red+Green+Blue) = 32+83+64=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #205340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205340 is #DFACBF. Grayscale: #414141. Windows color (decimal): -14658752 or 4215584. OLE color: 4215584.

HSL color Cylindrical-coordinate representation of color #205340: hue angle of 157.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205340 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB328364-
CMYK0.6100.230.67
HSL157.65º44.35%22.55%-
HSV(B)157.65º61.45%32.55%-
XYZ4.616.865.93-
YUV65.58127.1104.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=17.88%
G=46.37%
B=35.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3283640.6100.230.67157.6544.3522.55
Hex2053403D017439e2c17
Octal40123100750271032365427
Binary1000001010011100000011110101011110000111001111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205340; }

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

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

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

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

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

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

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

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