#1E5544

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

Shades of Te Papa Green #1E5544

Tints of Te Papa Green #1E5544

Color information

#1E5544 (or 0x1E5544) is unknown color: approx Te Papa Green. HEX triplet: 1E, 55 and 44. RGB value is (30,85,68). Sum of RGB (Red+Green+Blue) = 30+85+68=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5544 is #E1AABB. Grayscale: #424242. Windows color (decimal): -14789308 or 4478238. OLE color: 4478238.

HSL color Cylindrical-coordinate representation of color #1E5544: hue angle of 161.45º 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 #1E5544 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB308568-
CMYK0.6500.200.67
HSL161.45º47.83%22.55%-
HSV(B)161.45º64.71%33.33%-
XYZ4.837.196.6-
YUV66.62128.78101.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.39%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=16.39%
G=46.45%
B=37.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085680.6500.200.67161.4547.8322.55
Hex1E55444101443a13017
Octal361251041010241032416027
Binary1111010101011000100100000101010010000111010000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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