#28523E

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

Shades of Te Papa Green #28523E

Tints of Te Papa Green #28523E

Color information

#28523E (or 0x28523E) is unknown color: approx Te Papa Green. HEX triplet: 28, 52 and 3E. RGB value is (40,82,62). Sum of RGB (Red+Green+Blue) = 40+82+62=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #28523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28523E is #D7ADC1. Grayscale: #434343. Windows color (decimal): -14134722 or 4084264. OLE color: 4084264.

HSL color Cylindrical-coordinate representation of color #28523E: hue angle of 151.43º 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 #28523E is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB408262-
CMYK0.5100.240.68
HSL151.43º34.43%23.92%-
HSV(B)151.43º51.22%32.16%-
XYZ4.766.835.63-
YUV67.16125.09108.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=21.74%
G=44.57%
B=33.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4082620.5100.240.68151.4334.4323.92
Hex28523E3301844972218
Octal5012276630301042274230
Binary101000101001011111011001101100010001001001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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