#1F5445

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

Shades of Te Papa Green #1F5445

Tints of Te Papa Green #1F5445

Color information

#1F5445 (or 0x1F5445) is unknown color: approx Te Papa Green. HEX triplet: 1F, 54 and 45. RGB value is (31,84,69). Sum of RGB (Red+Green+Blue) = 31+84+69=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5445 is #E0ABBA. Grayscale: #424242. Windows color (decimal): -14724027 or 4543519. OLE color: 4543519.

HSL color Cylindrical-coordinate representation of color #1F5445: hue angle of 163.02º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5445 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB318469-
CMYK0.6300.180.67
HSL163.02º46.09%22.55%-
HSV(B)163.02º63.1%32.94%-
XYZ4.817.066.74-
YUV66.44129.44102.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=16.85%
G=45.65%
B=37.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3184690.6300.180.67163.0246.0922.55
Hex1F54453F01243a32e17
Octal37124105770221032435627
Binary111111010100100010111111101001010000111010001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,69); }

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

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

 a { background-color: rgb(31,84,69); }

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

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

 span { border-color: rgb(31,84,69); }

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