#285144

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

Shades of Te Papa Green #285144

Tints of Te Papa Green #285144

Color information

#285144 (or 0x285144) is unknown color: approx Te Papa Green. HEX triplet: 28, 51 and 44. RGB value is (40,81,68). Sum of RGB (Red+Green+Blue) = 40+81+68=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #285144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285144 is #D7AEBB. Grayscale: #434343. Windows color (decimal): -14134972 or 4477224. OLE color: 4477224.

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

Color convert

RGB408168-
CMYK0.5100.160.68
HSL160.98º33.88%23.73%-
HSV(B)160.98º50.62%31.76%-
XYZ4.866.756.52-
YUV67.26128.42108.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 81 (32.03% from 255) = 42.86%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=21.16%
G=42.86%
B=35.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4081680.5100.160.68160.9833.8823.73
Hex2851443301044a12218
Octal50121104630201042414230
Binary1010001010001100010011001101000010001001010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285144; }

 p { color: rgb(40,81,68); }

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

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

 a { background-color: rgb(40,81,68); }

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

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

 span { border-color: rgb(40,81,68); }

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