#28523F

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

Shades of Te Papa Green #28523F

Tints of Te Papa Green #28523F

Color information

#28523F (or 0x28523F) is unknown color: approx Te Papa Green. HEX triplet: 28, 52 and 3F. RGB value is (40,82,63). Sum of RGB (Red+Green+Blue) = 40+82+63=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #28523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28523F is #D7ADC0. Grayscale: #434343. Windows color (decimal): -14134721 or 4149800. OLE color: 4149800.

HSL color Cylindrical-coordinate representation of color #28523F: hue angle of 152.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28523F is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB408263-
CMYK0.5100.230.68
HSL152.86º34.43%23.92%-
HSV(B)152.86º51.22%32.16%-
XYZ4.796.845.77-
YUV67.28125.59108.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 63 (25% from 255) = 34.05%
R=21.62%
G=44.32%
B=34.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4082630.5100.230.68152.8634.4323.92
Hex28523F3301744992218
Octal5012277630271042314230
Binary101000101001011111111001101011110001001001100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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