#284A41

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

Shades of Te Papa Green #284A41

Tints of Te Papa Green #284A41

Color information

#284A41 (or 0x284A41) is unknown color: approx Te Papa Green. HEX triplet: 28, 4A and 41. RGB value is (40,74,65). Sum of RGB (Red+Green+Blue) = 40+74+65=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #284A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A41 is #D7B5BE. Grayscale: #3E3E3E. Windows color (decimal): -14136767 or 4278824. OLE color: 4278824.

HSL color Cylindrical-coordinate representation of color #284A41: hue angle of 164.12º 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 #284A41 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB407465-
CMYK0.4600.120.71
HSL164.12º29.82%22.35%-
HSV(B)164.12º45.95%29.02%-
XYZ4.285.735.88-
YUV62.81129.24111.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.35%
GREEN value IS 74 (29.30% from 255) = 41.34%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=22.35%
G=41.34%
B=36.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074650.4600.120.71164.1229.8222.35
Hex284A412E0C47a41e16
Octal50112101560141072443626
Binary10100010010101000001101110011001000111101001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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