#285547

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

Shades of Te Papa Green #285547

Tints of Te Papa Green #285547

Color information

#285547 (or 0x285547) is unknown color: approx Te Papa Green. HEX triplet: 28, 55 and 47. RGB value is (40,85,71). Sum of RGB (Red+Green+Blue) = 40+85+71=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #285547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285547 is #D7AAB8. Grayscale: #454545. Windows color (decimal): -14133945 or 4674856. OLE color: 4674856.

HSL color Cylindrical-coordinate representation of color #285547: hue angle of 161.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285547 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB408571-
CMYK0.5300.160.67
HSL161.33º36%24.51%-
HSV(B)161.33º52.94%33.33%-
XYZ5.267.47.11-
YUV69.95128.59106.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=20.41%
G=43.37%
B=36.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085710.5300.160.67161.333624.51
Hex2855473501043a12419
Octal50125107650201032414431
Binary1010001010101100011111010101000010000111010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285547; }

 p { color: rgb(40,85,71); }

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

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

 a { background-color: rgb(40,85,71); }

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

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

 span { border-color: rgb(40,85,71); }

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