#1F5345

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

Shades of Te Papa Green #1F5345

Tints of Te Papa Green #1F5345

Color information

#1F5345 (or 0x1F5345) is unknown color: approx Te Papa Green. HEX triplet: 1F, 53 and 45. RGB value is (31,83,69). Sum of RGB (Red+Green+Blue) = 31+83+69=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5345 is #E0ACBA. Grayscale: #414141. Windows color (decimal): -14724283 or 4543263. OLE color: 4543263.

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

Color convert

RGB318369-
CMYK0.6300.170.67
HSL163.85º45.61%22.35%-
HSV(B)163.85º62.65%32.55%-
XYZ4.736.916.71-
YUV65.86129.77103.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.94%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=16.94%
G=45.36%
B=37.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3183690.6300.170.67163.8545.6122.35
Hex1F53453F01143a42e16
Octal37123105770211032445626
Binary111111010011100010111111101000110000111010010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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