#284A40

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

Shades of Te Papa Green #284A40

Tints of Te Papa Green #284A40

Color information

#284A40 (or 0x284A40) is unknown color: approx Te Papa Green. HEX triplet: 28, 4A and 40. RGB value is (40,74,64). Sum of RGB (Red+Green+Blue) = 40+74+64=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #284A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A40 is #D7B5BF. Grayscale: #3E3E3E. Windows color (decimal): -14136768 or 4213288. OLE color: 4213288.

HSL color Cylindrical-coordinate representation of color #284A40: hue angle of 162.35º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A40 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB407464-
CMYK0.4600.140.71
HSL162.35º29.82%22.35%-
HSV(B)162.35º45.95%29.02%-
XYZ4.255.725.73-
YUV62.69128.74111.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 74 (29.30% from 255) = 41.57%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=22.47%
G=41.57%
B=35.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074640.4600.140.71162.3529.8222.35
Hex284A402E0E47a21e16
Octal50112100560161072423626
Binary10100010010101000000101110011101000111101000101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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