#285440

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

Shades of Te Papa Green #285440

Tints of Te Papa Green #285440

Color information

#285440 (or 0x285440) is unknown color: approx Te Papa Green. HEX triplet: 28, 54 and 40. RGB value is (40,84,64). Sum of RGB (Red+Green+Blue) = 40+84+64=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #285440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285440 is #D7ABBF. Grayscale: #444444. Windows color (decimal): -14134208 or 4215848. OLE color: 4215848.

HSL color Cylindrical-coordinate representation of color #285440: hue angle of 152.73º 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 #285440 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB408464-
CMYK0.5200.240.67
HSL152.73º35.48%24.31%-
HSV(B)152.73º52.38%32.94%-
XYZ4.977.165.97-
YUV68.56125.42107.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=21.28%
G=44.68%
B=34.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4084640.5200.240.67152.7335.4824.31
Hex2854403401843992318
Octal50124100640301032314330
Binary1010001010100100000011010001100010000111001100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285440; }

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

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

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

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

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

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

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

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