#285348

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

Shades of Te Papa Green #285348

Tints of Te Papa Green #285348

Color information

#285348 (or 0x285348) is unknown color: approx Te Papa Green. HEX triplet: 28, 53 and 48. RGB value is (40,83,72). Sum of RGB (Red+Green+Blue) = 40+83+72=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #285348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285348 is #D7ACB7. Grayscale: #444444. Windows color (decimal): -14134456 or 4739880. OLE color: 4739880.

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

Color convert

RGB408372-
CMYK0.5200.130.67
HSL164.65º34.96%24.12%-
HSV(B)164.65º51.81%32.55%-
XYZ5.147.117.23-
YUV68.89129.75107.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.51%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=20.51%
G=42.56%
B=36.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083720.5200.130.67164.6534.9624.12
Hex285348340D43a52318
Octal50123110640151032454330
Binary101000101001110010001101000110110000111010010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285348; }

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

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

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

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

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

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

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

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