#205240

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

Shades of Te Papa Green #205240

Tints of Te Papa Green #205240

Color information

#205240 (or 0x205240) is unknown color: approx Te Papa Green. HEX triplet: 20, 52 and 40. RGB value is (32,82,64). Sum of RGB (Red+Green+Blue) = 32+82+64=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #205240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205240 is #DFADBF. Grayscale: #414141. Windows color (decimal): -14659008 or 4215328. OLE color: 4215328.

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

Color convert

RGB328264-
CMYK0.6100.220.68
HSL158.4º43.86%22.35%-
HSV(B)158.4º60.98%32.16%-
XYZ4.546.715.91-
YUV65127.44104.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=17.98%
G=46.07%
B=35.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282640.6100.220.68158.443.8622.35
Hex2052403D016449e2c16
Octal40122100750261042365426
Binary1000001010010100000011110101011010001001001111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205240; }

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

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

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

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

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

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

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

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