#285845

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

Shades of Te Papa Green #285845

Tints of Te Papa Green #285845

Color information

#285845 (or 0x285845) is unknown color: approx Te Papa Green. HEX triplet: 28, 58 and 45. RGB value is (40,88,69). Sum of RGB (Red+Green+Blue) = 40+88+69=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #285845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285845 is #D7A7BA. Grayscale: #474747. Windows color (decimal): -14133179 or 4544552. OLE color: 4544552.

HSL color Cylindrical-coordinate representation of color #285845: hue angle of 156.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285845 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB408869-
CMYK0.5500.220.65
HSL156.25º37.5%25.1%-
HSV(B)156.25º54.55%34.51%-
XYZ5.447.866.86-
YUV71.48126.6105.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=20.30%
G=44.67%
B=35.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4088690.5500.220.65156.2537.525.1
Hex28584537016419c2619
Octal50130105670261012344631
Binary1010001011000100010111011101011010000011001110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285845; }

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

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

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

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

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

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

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

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