#1E5043

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

Shades of Te Papa Green #1E5043

Tints of Te Papa Green #1E5043

Color information

#1E5043 (or 0x1E5043) is unknown color: approx Te Papa Green. HEX triplet: 1E, 50 and 43. RGB value is (30,80,67). Sum of RGB (Red+Green+Blue) = 30+80+67=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #1E5043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5043 is #E1AFBC. Grayscale: #3F3F3F. Windows color (decimal): -14790589 or 4411422. OLE color: 4411422.

HSL color Cylindrical-coordinate representation of color #1E5043: hue angle of 164.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E5043 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB308067-
CMYK0.6200.160.69
HSL164.4º45.45%21.57%-
HSV(B)164.4º62.5%31.37%-
XYZ4.426.426.32-
YUV63.57129.94104.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.95%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 67 (26.56% from 255) = 37.85%
R=16.95%
G=45.20%
B=37.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3080670.6200.160.69164.445.4521.57
Hex1E50433E01045a42d16
Octal36120103760201052445526
Binary111101010000100001111111001000010001011010010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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