#1E4E40

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

Shades of Te Papa Green #1E4E40

Tints of Te Papa Green #1E4E40

Color information

#1E4E40 (or 0x1E4E40) is unknown color: approx Te Papa Green. HEX triplet: 1E, 4E and 40. RGB value is (30,78,64). Sum of RGB (Red+Green+Blue) = 30+78+64=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #1E4E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4E40 is #E1B1BF. Grayscale: #3E3E3E. Windows color (decimal): -14791104 or 4214302. OLE color: 4214302.

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

Color convert

RGB307864-
CMYK0.6200.180.69
HSL162.5º44.44%21.18%-
HSV(B)162.5º61.54%30.59%-
XYZ4.196.095.81-
YUV62.05129.1105.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.44%
GREEN value IS 78 (30.86% from 255) = 45.35%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=17.44%
G=45.35%
B=37.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3078640.6200.180.69162.544.4421.18
Hex1E4E403E01245a22c15
Octal36116100760221052425425
Binary111101001110100000011111001001010001011010001010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,78,64); }

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

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

 a { background-color: rgb(30,78,64); }

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

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

 span { border-color: rgb(30,78,64); }

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