#28483F

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

Shades of Te Papa Green #28483F

Tints of Te Papa Green #28483F

Color information

#28483F (or 0x28483F) is unknown color: approx Te Papa Green. HEX triplet: 28, 48 and 3F. RGB value is (40,72,63). Sum of RGB (Red+Green+Blue) = 40+72+63=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #28483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28483F is #D7B7C0. Grayscale: #3D3D3D. Windows color (decimal): -14137281 or 4147240. OLE color: 4147240.

HSL color Cylindrical-coordinate representation of color #28483F: hue angle of 163.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28483F is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB407263-
CMYK0.4400.120.72
HSL163.12º28.57%21.96%-
HSV(B)163.12º44.44%28.24%-
XYZ4.095.445.54-
YUV61.41128.9112.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 63 (25% from 255) = 36%
R=22.86%
G=41.14%
B=36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4072630.4400.120.72163.1228.5721.96
Hex28483F2C0C48a31d16
Octal5011077540141102433526
Binary1010001001000111111101100011001001000101000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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