#285343

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

Shades of Te Papa Green #285343

Tints of Te Papa Green #285343

Color information

#285343 (or 0x285343) is unknown color: approx Te Papa Green. HEX triplet: 28, 53 and 43. RGB value is (40,83,67). Sum of RGB (Red+Green+Blue) = 40+83+67=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #285343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285343 is #D7ACBC. Grayscale: #444444. Windows color (decimal): -14134461 or 4412200. OLE color: 4412200.

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

Color convert

RGB408367-
CMYK0.5200.190.67
HSL157.67º34.96%24.12%-
HSV(B)157.67º51.81%32.55%-
XYZ4.987.046.41-
YUV68.32127.25107.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=21.05%
G=43.68%
B=35.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083670.5200.190.67157.6734.9624.12
Hex28534334013439e2318
Octal50123103640231032364330
Binary1010001010011100001111010001001110000111001111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285343; }

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

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

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

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

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

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

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

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