#285445

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

Shades of Te Papa Green #285445

Tints of Te Papa Green #285445

Color information

#285445 (or 0x285445) is unknown color: approx Te Papa Green. HEX triplet: 28, 54 and 45. RGB value is (40,84,69). Sum of RGB (Red+Green+Blue) = 40+84+69=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #285445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285445 is #D7ABBA. Grayscale: #454545. Windows color (decimal): -14134203 or 4543528. OLE color: 4543528.

HSL color Cylindrical-coordinate representation of color #285445: hue angle of 159.55º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285445 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB408469-
CMYK0.5200.180.67
HSL159.55º35.48%24.31%-
HSV(B)159.55º52.38%32.94%-
XYZ5.127.226.75-
YUV69.13127.92107.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=20.73%
G=43.52%
B=35.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4084690.5200.180.67159.5535.4824.31
Hex2854453401243a02318
Octal50124105640221032404330
Binary1010001010100100010111010001001010000111010000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285445; }

 p { color: rgb(40,84,69); }

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

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

 a { background-color: rgb(40,84,69); }

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

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

 span { border-color: rgb(40,84,69); }

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