#285341

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

Shades of Te Papa Green #285341

Tints of Te Papa Green #285341

Color information

#285341 (or 0x285341) is unknown color: approx Te Papa Green. HEX triplet: 28, 53 and 41. RGB value is (40,83,65). Sum of RGB (Red+Green+Blue) = 40+83+65=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #285341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285341 is #D7ACBE. Grayscale: #444444. Windows color (decimal): -14134463 or 4281128. OLE color: 4281128.

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

Color convert

RGB408365-
CMYK0.5200.220.67
HSL154.88º34.96%24.12%-
HSV(B)154.88º51.81%32.55%-
XYZ4.927.026.1-
YUV68.09126.25107.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=21.28%
G=44.15%
B=34.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083650.5200.220.67154.8834.9624.12
Hex28534134016439b2318
Octal50123101640261032334330
Binary1010001010011100000111010001011010000111001101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285341; }

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

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

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

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

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

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

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

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