#284D40

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

Shades of Te Papa Green #284D40

Tints of Te Papa Green #284D40

Color information

#284D40 (or 0x284D40) is unknown color: approx Te Papa Green. HEX triplet: 28, 4D and 40. RGB value is (40,77,64). Sum of RGB (Red+Green+Blue) = 40+77+64=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #284D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284D40 is #D7B2BF. Grayscale: #404040. Windows color (decimal): -14136000 or 4214056. OLE color: 4214056.

HSL color Cylindrical-coordinate representation of color #284D40: hue angle of 158.92º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #284D40 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB407764-
CMYK0.4800.170.70
HSL158.92º31.62%22.94%-
HSV(B)158.92º48.05%30.2%-
XYZ4.456.135.8-
YUV64.46127.74110.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=22.10%
G=42.54%
B=35.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4077640.4800.170.70158.9231.6222.94
Hex284D4030011469f2017
Octal50115100600211062374027
Binary1010001001101100000011000001000110001101001111110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284D40; }

 p { color: rgb(40,77,64); }

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

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

 a { background-color: rgb(40,77,64); }

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

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

 span { border-color: rgb(40,77,64); }

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