#285346

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

Shades of Te Papa Green #285346

Tints of Te Papa Green #285346

Color information

#285346 (or 0x285346) is unknown color: approx Te Papa Green. HEX triplet: 28, 53 and 46. RGB value is (40,83,70). Sum of RGB (Red+Green+Blue) = 40+83+70=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #285346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285346 is #D7ACB9. Grayscale: #444444. Windows color (decimal): -14134458 or 4608808. OLE color: 4608808.

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

Color convert

RGB408370-
CMYK0.5200.160.67
HSL161.86º34.96%24.12%-
HSV(B)161.86º51.81%32.55%-
XYZ5.077.086.89-
YUV68.66128.75107.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=20.73%
G=43.01%
B=36.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083700.5200.160.67161.8634.9624.12
Hex2853463401043a22318
Octal50123106640201032424330
Binary1010001010011100011011010001000010000111010001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285346; }

 p { color: rgb(40,83,70); }

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

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

 a { background-color: rgb(40,83,70); }

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

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

 span { border-color: rgb(40,83,70); }

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