#285248

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

Shades of Te Papa Green #285248

Tints of Te Papa Green #285248

Color information

#285248 (or 0x285248) is unknown color: approx Te Papa Green. HEX triplet: 28, 52 and 48. RGB value is (40,82,72). Sum of RGB (Red+Green+Blue) = 40+82+72=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #285248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285248 is #D7ADB7. Grayscale: #444444. Windows color (decimal): -14134712 or 4739624. OLE color: 4739624.

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

Color convert

RGB408272-
CMYK0.5100.120.68
HSL165.71º34.43%23.92%-
HSV(B)165.71º51.22%32.16%-
XYZ5.066.957.21-
YUV68.3130.09107.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=20.62%
G=42.27%
B=37.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4082720.5100.120.68165.7134.4323.92
Hex285248330C44a62218
Octal50122110630141042464230
Binary101000101001010010001100110110010001001010011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285248; }

 p { color: rgb(40,82,72); }

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

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

 a { background-color: rgb(40,82,72); }

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

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

 span { border-color: rgb(40,82,72); }

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