#284E40

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

Shades of Te Papa Green #284E40

Tints of Te Papa Green #284E40

Color information

#284E40 (or 0x284E40) is unknown color: approx Te Papa Green. HEX triplet: 28, 4E and 40. RGB value is (40,78,64). Sum of RGB (Red+Green+Blue) = 40+78+64=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #284E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284E40 is #D7B1BF. Grayscale: #414141. Windows color (decimal): -14135744 or 4214312. OLE color: 4214312.

HSL color Cylindrical-coordinate representation of color #284E40: hue angle of 157.89º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #284E40 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB407864-
CMYK0.4900.180.69
HSL157.89º32.2%23.14%-
HSV(B)157.89º48.72%30.59%-
XYZ4.526.275.82-
YUV65.04127.41110.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=21.98%
G=42.86%
B=35.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4078640.4900.180.69157.8932.223.14
Hex284E4031012459e2017
Octal50116100610221052364027
Binary1010001001110100000011000101001010001011001111010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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