#1E5543

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

Shades of Te Papa Green #1E5543

Tints of Te Papa Green #1E5543

Color information

#1E5543 (or 0x1E5543) is unknown color: approx Te Papa Green. HEX triplet: 1E, 55 and 43. RGB value is (30,85,67). Sum of RGB (Red+Green+Blue) = 30+85+67=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5543 is #E1AABC. Grayscale: #424242. Windows color (decimal): -14789309 or 4412702. OLE color: 4412702.

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

Color convert

RGB308567-
CMYK0.6500.210.67
HSL160.36º47.83%22.55%-
HSV(B)160.36º64.71%33.33%-
XYZ4.87.186.44-
YUV66.5128.28101.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.48%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=16.48%
G=46.70%
B=36.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085670.6500.210.67160.3647.8322.55
Hex1E55434101543a03017
Octal361251031010251032406027
Binary1111010101011000011100000101010110000111010000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,67); }

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

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

 a { background-color: rgb(30,85,67); }

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

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

 span { border-color: rgb(30,85,67); }

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