#1E513F

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

Shades of Te Papa Green #1E513F

Tints of Te Papa Green #1E513F

Color information

#1E513F (or 0x1E513F) is unknown color: approx Te Papa Green. HEX triplet: 1E, 51 and 3F. RGB value is (30,81,63). Sum of RGB (Red+Green+Blue) = 30+81+63=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #1E513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E513F is #E1AEC0. Grayscale: #3F3F3F. Windows color (decimal): -14790337 or 4149534. OLE color: 4149534.

HSL color Cylindrical-coordinate representation of color #1E513F: hue angle of 158.82º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E513F is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB308163-
CMYK0.6300.220.68
HSL158.82º45.95%21.76%-
HSV(B)158.82º62.96%31.76%-
XYZ4.386.525.73-
YUV63.7127.6103.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.24%
GREEN value IS 81 (32.03% from 255) = 46.55%
BLUE value IS 63 (25% from 255) = 36.21%
R=17.24%
G=46.55%
B=36.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3081630.6300.220.68158.8245.9521.76
Hex1E513F3F016449f2e16
Octal3612177770261042375626
Binary11110101000111111111111101011010001001001111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,81,63); }

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

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

 a { background-color: rgb(30,81,63); }

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

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

 span { border-color: rgb(30,81,63); }

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