#285046

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

Shades of Te Papa Green #285046

Tints of Te Papa Green #285046

Color information

#285046 (or 0x285046) is unknown color: approx Te Papa Green. HEX triplet: 28, 50 and 46. RGB value is (40,80,70). Sum of RGB (Red+Green+Blue) = 40+80+70=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #285046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285046 is #D7AFB9. Grayscale: #424242. Windows color (decimal): -14135226 or 4608040. OLE color: 4608040.

HSL color Cylindrical-coordinate representation of color #285046: hue angle of 165º 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 #285046 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB408070-
CMYK0.500.120.69
HSL165º33.33%23.53%-
HSV(B)165º50%31.37%-
XYZ4.856.636.82-
YUV66.9129.75108.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080700.500.120.6916533.3323.53
Hex285046320C45a52118
Octal50120106620141052454130
Binary101000101000010001101100100110010001011010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285046; }

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

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

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

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

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

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

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

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