#1B5542

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

Shades of Te Papa Green #1B5542

Tints of Te Papa Green #1B5542

Color information

#1B5542 (or 0x1B5542) is unknown color: approx Te Papa Green. HEX triplet: 1B, 55 and 42. RGB value is (27,85,66). Sum of RGB (Red+Green+Blue) = 27+85+66=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5542 is #E4AABD. Grayscale: #414141. Windows color (decimal): -14985918 or 4347163. OLE color: 4347163.

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

Color convert

RGB278566-
CMYK0.6800.220.67
HSL160.34º51.79%21.96%-
HSV(B)160.34º68.24%33.33%-
XYZ4.687.126.28-
YUV65.49128.28100.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.17%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=15.17%
G=47.75%
B=37.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785660.6800.220.67160.3451.7921.96
Hex1B55424401643a03416
Octal331251021040261032406426
Binary1101110101011000010100010001011010000111010000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,85,66); }

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

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

 a { background-color: rgb(27,85,66); }

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

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

 span { border-color: rgb(27,85,66); }

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