#1E5441

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

Shades of Te Papa Green #1E5441

Tints of Te Papa Green #1E5441

Color information

#1E5441 (or 0x1E5441) is unknown color: approx Te Papa Green. HEX triplet: 1E, 54 and 41. RGB value is (30,84,65). Sum of RGB (Red+Green+Blue) = 30+84+65=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #1E5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5441 is #E1ABBE. Grayscale: #414141. Windows color (decimal): -14789567 or 4281374. OLE color: 4281374.

HSL color Cylindrical-coordinate representation of color #1E5441: hue angle of 158.89º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E5441 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB308465-
CMYK0.6400.230.67
HSL158.89º47.37%22.35%-
HSV(B)158.89º64.29%32.94%-
XYZ4.6676.11-
YUV65.69127.61102.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.76%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=16.76%
G=46.93%
B=36.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3084650.6400.230.67158.8947.3722.35
Hex1E544140017439f2f16
Octal361241011000271032375726
Binary1111010101001000001100000001011110000111001111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E5441; }

 p { color: rgb(30,84,65); }

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

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

 a { background-color: rgb(30,84,65); }

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

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

 span { border-color: rgb(30,84,65); }

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