#28493F

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

Shades of Te Papa Green #28493F

Tints of Te Papa Green #28493F

Color information

#28493F (or 0x28493F) is unknown color: approx Te Papa Green. HEX triplet: 28, 49 and 3F. RGB value is (40,73,63). Sum of RGB (Red+Green+Blue) = 40+73+63=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #28493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28493F is #D7B6C0. Grayscale: #3E3E3E. Windows color (decimal): -14137025 or 4147496. OLE color: 4147496.

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

Color convert

RGB407363-
CMYK0.4500.140.71
HSL161.82º29.2%22.16%-
HSV(B)161.82º45.21%28.63%-
XYZ4.155.585.56-
YUV61.99128.57112.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 63 (25% from 255) = 35.80%
R=22.73%
G=41.48%
B=35.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4073630.4500.140.71161.8229.222.16
Hex28493F2D0E47a21d16
Octal5011177550161072423526
Binary1010001001001111111101101011101000111101000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28493F; }

 p { color: rgb(40,73,63); }

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

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

 a { background-color: rgb(40,73,63); }

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

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

 span { border-color: rgb(40,73,63); }

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