#285342

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

Shades of Te Papa Green #285342

Tints of Te Papa Green #285342

Color information

#285342 (or 0x285342) is unknown color: approx Te Papa Green. HEX triplet: 28, 53 and 42. RGB value is (40,83,66). Sum of RGB (Red+Green+Blue) = 40+83+66=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #285342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285342 is #D7ACBD. Grayscale: #444444. Windows color (decimal): -14134462 or 4346664. OLE color: 4346664.

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

Color convert

RGB408366-
CMYK0.5200.200.67
HSL156.28º34.96%24.12%-
HSV(B)156.28º51.81%32.55%-
XYZ4.957.036.25-
YUV68.2126.75107.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=21.16%
G=43.92%
B=34.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083660.5200.200.67156.2834.9624.12
Hex28534234014439c2318
Octal50123102640241032344330
Binary1010001010011100001011010001010010000111001110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285342; }

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

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

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

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

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

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

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

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