#285045

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

Shades of Te Papa Green #285045

Tints of Te Papa Green #285045

Color information

#285045 (or 0x285045) is unknown color: approx Te Papa Green. HEX triplet: 28, 50 and 45. RGB value is (40,80,69). Sum of RGB (Red+Green+Blue) = 40+80+69=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #285045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285045 is #D7AFBA. Grayscale: #424242. Windows color (decimal): -14135227 or 4542504. OLE color: 4542504.

HSL color Cylindrical-coordinate representation of color #285045: hue angle of 163.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #285045 is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB408069-
CMYK0.500.140.69
HSL163.5º33.33%23.53%-
HSV(B)163.5º50%31.37%-
XYZ4.826.626.65-
YUV66.79129.25108.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=21.16%
G=42.33%
B=36.51%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080690.500.140.69163.533.3323.53
Hex285045320E45a42118
Octal50120105620161052444130
Binary101000101000010001011100100111010001011010010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285045; }

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

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

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

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

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

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

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

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