#205142

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

Shades of Te Papa Green #205142

Tints of Te Papa Green #205142

Color information

#205142 (or 0x205142) is unknown color: approx Te Papa Green. HEX triplet: 20, 51 and 42. RGB value is (32,81,66). Sum of RGB (Red+Green+Blue) = 32+81+66=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #205142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205142 is #DFAEBD. Grayscale: #404040. Windows color (decimal): -14659262 or 4346144. OLE color: 4346144.

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

Color convert

RGB328166-
CMYK0.6000.190.68
HSL161.63º43.36%22.16%-
HSV(B)161.63º60.49%31.76%-
XYZ4.526.596.19-
YUV64.64128.77104.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=17.88%
G=45.25%
B=36.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3281660.6000.190.68161.6343.3622.16
Hex2051423C01344a22b16
Octal40121102740231042425326
Binary1000001010001100001011110001001110001001010001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205142; }

 p { color: rgb(32,81,66); }

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

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

 a { background-color: rgb(32,81,66); }

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

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

 span { border-color: rgb(32,81,66); }

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